unllamas / simple-wallet

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

Home Page:https://unllamas-simple-wallet.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ’» 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

https://unllamas-simple-wallet.vercel.app/

License:GNU General Public License v3.0


Languages

Language:TypeScript 99.1%Language:JavaScript 0.9%