mirror of
https://github.com/getwax/bls-wallet.git
synced 2026-01-10 06:17:55 -05:00
Add ways to contribute to README. Add contributing guidelines & information. Move images dir under docs.
1.9 KiB
1.9 KiB
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
Getting Started
- 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:
Components
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.
Ways to Contribute
- 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.