Tok1t4N1k0 / bls-wallet

Core components to use layer 2 smart contract wallets with the BLS signature scheme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BLS Wallet

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

Components

contracts

Solidity smart contracts for wallets, BLS signature verification, and deployment/testing tools.

aggregator

Service which accepts BLS signed transactions and bundles them into one for submission.

aggregator-proxy

npm package for proxying to another aggregator instance.

bls-wallet-clients

npm package which provides easy to use constructs to interact with the contracts and aggregator.

extension

Prototype browser extension used to manage BLS Wallets and sign transactions.

Ways to Contribute

See our contribution instructions & guidelines for more details.

About

Core components to use layer 2 smart contract wallets with the BLS signature scheme

License:MIT License


Languages

Language:TypeScript 77.4%Language:Solidity 12.0%Language:JavaScript 8.1%Language:SCSS 1.9%Language:Shell 0.5%Language:HTML 0.1%Language:Dockerfile 0.0%