Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mejoras #80

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ yarn.lock
public/sw.js
public/sw.js.map
public/workbox-*.js
public/workbox-*.js.map
public/workbox-*.js.map
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@
- [ChakraUI](https://chakra-ui.com/) for style components
- [Ethers.js](https://ethers.org/) for client blockchain
- [Infura](https://infura.io/) for API blockchain
- [MercadoPago](https://www.mercadopago.com.ar/developers/es/developer-program#dev-program-certifications-products) implementation to get $ARG
- [OpenZeppelin](https://www.openzeppelin.com/) for Security in blockchain.
- [AAVE](https://app.aave.com/staking/) for make Staking on Wallet.
- [CoinGecko](let response = await fetch('https://tokens.coingecko.com/uniswap/all.json');) for Swap token on Wallet like a DexAggregator.
- [IUniswapV2](https://app.uniswap.org/#/tokens/ethereum) for Create a Router & Liquidity Provider.

## 🚀 Getting Started

##### 1. Clone proyect:

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

##### 2. Create `.env.local` file:
Expand All @@ -24,6 +28,8 @@ CRYPTO_SECRET_KEY = 'KEY random for encrypt/decrypt'
##### 3. Run the proyect:

```bash
npm i
npm i yarn
yarn run dev
```

Expand All @@ -34,4 +40,3 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the
- ❤️ [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/)