Skip to content

Commit 796ef66

Browse files
Merge pull request #1 from RubyAquaMarine/europa
Europa
2 parents 33a954a + f7efcd9 commit 796ef66

15 files changed

+885
-312
lines changed

README.md

-7
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ Run: yarn create eth-app my-eth-app --template uniswap-v2
1919
More: https://github.com/paulrberg/create-eth-app
2020

2121
## How to start
22-
2322
- yarn install
2423
- update the configuration in ./packages/react-app/src/config.js
2524
- yarn run react-app:start
26-
### UI
27-
<img width="509" alt="Screenshot 2023-04-12 at 9 18 17 PM" src="https://user-images.githubusercontent.com/86425604/231487495-ef777352-896a-464c-8723-f69fc727f090.png">
28-
29-
### Ruby.Exchange
30-
- pull `europa` branch : https://github.com/RubyAquaMarine/uniswap-clone-ui/tree/europa
31-
- RPC, Explorer: https://mainnet.skalenodes.com/#/chains/elated-tan-skat

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "@uniswap-v2-app/monorepo",
33
"version": "1.0.0",
4+
"engines": {
5+
"node": "v16.19.0"
6+
},
47
"keywords": [
58
"uniswap",
69
"ethereum",
@@ -24,4 +27,4 @@
2427
"dependencies": {
2528
"web3": "^1.7.5"
2629
}
27-
}
30+
}

0 commit comments

Comments
 (0)