Skip to content

Elytro-eth/Elytro

Repository files navigation

Elytro

This is a monorepo project for Elytro, the next-gen decentralized ethereum wallet.

You can view the code repository of the wallet extension in the apps/extension directory.

Environment

Recommended environment:

  • Node: 19.6.0
  • Pnpm: 7.27.0

Development

Install dependencies

pnpm install

Run the project

# Run the extension
cd apps/extension
pnpm dev