/OKBund

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

20231128-144704.webp

OKBund


A bundler implemented in Java, lightweight, easy to develop, and compliant with the EIP-4337 standard.

Getting started


Prerequisites:

  • Java version 1.8+
  • Docker

How to run

  • 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

Contact

The best place for the discussion is the dedicated Telegram group.
You can also contact our PM or DEV:

Arash
Arash (PM)

Xin Tian
Xin Tian (DEV)

Contributing

Thank you for showing interest in contributing to the project!

Xin Tian
Xin Tian

💬
Zoffy Chen
Zoffy Chen
Felix Fan
Felix Fan
Tyler Tian
Tyler Tian
Bard Fan
Bard Fan
kevin Yue
kevin Yue
Ryan Shum
Ryan Shum

License

Distributed under the GPL-3.0 License. See LICENSE for more information.

Acknowledgements