Skip to content

lambertkevin/live-web-abstraction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ledger Web Abstraction

Ledger Hacktathon creating a web version of Ledger Live, capable of using ERC-4337 to have an EVM experience without using a hardware wallet. Using a modified version of @eth-infinitism Bundler and FreshCryptoLib for secp256r1 verification.

Installation

  1. Clone the repository:
git clone [email protected]:lambertkevin/live-web-abstraction.git
  1. Create your .env file:
cp .env.dist .env
  1. Use the makefile:
make start
  1. Regarding Anvil: If you're using anvil as RPC, you'll have to add in your etc/hosts:
127.0.0.1 host.docker.internal

then set the RPC environement variable of your .env to http://host.docker.internal:8545 and BUNDLER_UNSAFE to true.

Usage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published