An Ethereum Layer 2 smart contract wallet that uses BLS signatures and aggregated transactions to reduce gas costs.
You can watch a full end-to-end demo of the project here
- See an overview of BLS Wallet & how the components work together
- Use BLS Wallet in a browser/NodeJS/Deno app
- Setup the BLS Wallet components for:
Solidity smart contracts for wallets, BLS signature verification, and deployment/testing tools.
Service which accepts BLS signed transactions and bundles them into one for submission.
npm package for proxying to another aggregator instance.
npm package which provides easy to use constructs to interact with the contracts and aggregator.
Prototype browser extension used to manage BLS Wallets and sign transactions.
- Work on an open issue
- Use BLS Wallet in your project and share it with us
- Report a bug or request a feature
- Ask a question or answer an existing one
- Try or add to our documentation
See our contribution instructions & guidelines for more details.