Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/unllamas/simple-wallet

Simple web application to create a non-custodial wallet for ETH with: NextJS, Ethers and ChakraUI
https://github.com/unllamas/simple-wallet

chakra-ui crypto-js ethers nextjs react-feather reactjs

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

## 💻 Tech Stack

- [Next.js](https://nextjs.org/) for web app
- [ChakraUI](https://chakra-ui.com/) for style components
- [Ethers.js](https://ethers.org/) for client blockchain
- [Infura](https://infura.io/) for API blockchain

## 🚀 Getting Started

##### 1. Clone proyect:

```bash
git clone ...
cd ...
```

##### 2. Create `.env.local` file:

```bash
INFURA_TOKEN_API = 'API KEY from Infura'
CRYPTO_SECRET_KEY = 'KEY random for encrypt/decrypt'
```

##### 3. Run the proyect:

```bash
yarn run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## 📖 Docs

- ❤️ [CONTRIBUTING](https://github.com/jonallamas/simple-wallet/blob/master/CONTRIBUTING.md)
- 🖌 [Figma UI Kit](https://www.figma.com/file/1i0831yLWD4XJmjo9iEXvR/Simple-wallet?node-id=21%3A13)
- 💸 [Faucet](https://faucet.paradigm.xyz/)