From 98859aec890eb9bfab76ecf7ea9af42ffd7e4027 Mon Sep 17 00:00:00 2001 From: Gonzalo Daniel Aguilar <42863568+gonzalolater@users.noreply.github.com> Date: Wed, 12 Jul 2023 03:33:51 -0300 Subject: [PATCH 1/3] minors --- .gitignore | 2 +- README.md | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5248935..b5f2667 100644 --- a/.gitignore +++ b/.gitignore @@ -38,7 +38,7 @@ bower_components build/Release # Dependency directories -node_modules/ +node_modules jspm_packages/ # TypeScript v1 declaration files diff --git a/README.md b/README.md index bd96d88..dfd087a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ - [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 @@ -11,7 +16,7 @@ ```bash git clone ... -cd ... + ``` ##### 2. Create `.env.local` file: @@ -24,6 +29,8 @@ CRYPTO_SECRET_KEY = 'KEY random for encrypt/decrypt' ##### 3. Run the proyect: ```bash +npm i +npm i yarn yarn run dev ``` @@ -33,5 +40,4 @@ 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/) - +- 💸 [Faucet](https://faucet.paradigm.xyz/) \ No newline at end of file From 4c98c182233880b3c5afb068654cfd3d80dbacb6 Mon Sep 17 00:00:00 2001 From: Gonzalo Daniel Aguilar <42863568+gonzalolater@users.noreply.github.com> Date: Wed, 12 Jul 2023 03:41:22 -0300 Subject: [PATCH 2/3] Update .gitignore Signed-off-by: Gonzalo Daniel Aguilar <42863568+gonzalolater@users.noreply.github.com> --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b5f2667..6c9ef9c 100644 --- a/.gitignore +++ b/.gitignore @@ -38,7 +38,7 @@ bower_components build/Release # Dependency directories -node_modules +node_modules/ jspm_packages/ # TypeScript v1 declaration files @@ -116,4 +116,4 @@ yarn.lock public/sw.js public/sw.js.map public/workbox-*.js -public/workbox-*.js.map \ No newline at end of file +public/workbox-*.js.map From 26690fac081cd61e793ff3094670eee45c259e3b Mon Sep 17 00:00:00 2001 From: Gonzalo Daniel Aguilar <42863568+gonzalolater@users.noreply.github.com> Date: Wed, 12 Jul 2023 03:48:08 -0300 Subject: [PATCH 3/3] Update README.md Signed-off-by: Gonzalo Daniel Aguilar <42863568+gonzalolater@users.noreply.github.com> --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index dfd087a..460ad62 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@ ```bash git clone ... - ``` ##### 2. Create `.env.local` file: @@ -40,4 +39,4 @@ 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/) \ No newline at end of file +- 💸 [Faucet](https://faucet.paradigm.xyz/)