Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/unllamas/simple-wallet
- Owner: unllamas
- License: gpl-3.0
- Created: 2022-09-01T22:45:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-02T00:23:27.000Z (over 1 year ago)
- Last Synced: 2024-11-02T11:51:45.460Z (2 months ago)
- Topics: chakra-ui, crypto-js, ethers, nextjs, react-feather, reactjs
- Language: TypeScript
- Homepage: https://unllamas-simple-wallet.vercel.app/
- Size: 7.37 MB
- Stars: 8
- Watchers: 3
- Forks: 7
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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/)