A bundler implemented in Java, lightweight, easy to develop, and compliant with the EIP-4337 standard.
- Java version 1.8+
- Docker
- Modify the configuration file
test.env
to customize the public blockchain used.
// In the dev environment, the Entrypoint protocol will be initialized by default.
BUNDLER_ENV=dev
// default chain ID
CHAIN_ID=1337
// Customize RPC link
ETH_RPC_URL=http://eth-node:8545
// support EIP-1559
EIP1559=true
// track transaction traces
SAFE_MODE=true
// bundler private key
BUNDLER_PRIVATE_KEY=
ETH_RPC_URL=http://eth-node:8545
ENTRYPOINT=0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789
- bundler start
./start.sh start
The best place for the discussion is the dedicated Telegram group.
You can also contact our PM or DEV:
Arash (PM) |
Xin Tian (DEV) |
Thank you for showing interest in contributing to the project!
Xin Tian 💬 |
Zoffy Chen |
Felix Fan |
Tyler Tian |
Bard Fan |
kevin Yue |
Ryan Shum |
Distributed under the GPL-3.0 License. See LICENSE for more information.