This project is Blockchain API.
Current implementations as follow:
- Account Abstraction
- Rollups
- HD wallet, BLS signature
Nest.js, Postman
- The keys of ENV file.
For blokchain: BLOCKCHAIN_URI, BLOCKCHAIN_CHAIN_ID
For accounts: PRIVATE_KEY, PUBLIC_KEY, RECEIVER_ACCOUNT
For smart contract: ENTRYPOINT_ADDRESS, SMART_CONTRACT_WALLET_ADDRESS, ERC20_CONTRACT_ADDRESS
transfer ERC20: account-abstraction/entrypoint/handleOps/erc20/transfer?beneficiary=0x...