Skip to content

Simple web application to create a non-custodial wallet for ETH with: NextJS, Ethers and ChakraUI

License

Notifications You must be signed in to change notification settings

francocarballar/simple-wallet

 
 

Repository files navigation

💻 Tech Stack

🚀 Getting Started

1. Clone proyect:
git clone ...
cd ...
2. Create .env.local file:
INFURA_TOKEN_API = 'API KEY from Infura'
CRYPTO_SECRET_KEY = 'KEY random for encrypt/decrypt'
3. Run the proyect:
yarn run dev

Open http://localhost:3000 with your browser to see the result.

📖 Docs

About

Simple web application to create a non-custodial wallet for ETH with: NextJS, Ethers and ChakraUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.1%
  • JavaScript 0.9%