Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okx/OKBund
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/okx/OKBund
- Owner: okx
- License: gpl-3.0
- Created: 2023-11-27T10:54:49.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-06-28T10:45:17.000Z (7 months ago)
- Last Synced: 2024-11-12T05:35:11.615Z (2 months ago)
- Language: Java
- Size: 450 KB
- Stars: 29
- Watchers: 7
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-account-abstraction - OKBund - Java Implementation
README
![20231128-144704.webp](static/OKX.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](https://t.me/+YPlndYlAiKdiODY1). \
You can also contact our PM or DEV:## Contributing
Thank you for showing interest in contributing to the project!
Xin Tian
💬
Zoffy Chen
Felix Fan
Tyler Tian
Bard Fan
kevin Yue
Ryan Shum
# License
Distributed under the GPL-3.0 License. See [LICENSE](./LICENSE) for more information.
## Acknowledgements
+ [Bundler - eth-infinitism](https://github.com/eth-infinitism/bundler)