yarnCopy .env.example to .env and change the appropriate variables.
yarn startTo have the frontend default to a different network, make a copy of .env named .env.local,
change REACT_APP_NETWORK_ID to {yourNetworkId}, and change REACT_APP_NETWORK_URL to e.g.
https://{yourNetwork}.infura.io/v3/{yourKey}.
Checkout the repo gnosis/ido-services - note that this is private repo - and run the orderbook service with
cargo run --bin orderbook.This will start the necessary backend end points for a smooth development. Then set the env variable:
REACT_APP_ADDITIONAL_SERVICES_API_URL=http://127.0.0.1:8080/in the .env or .env.local file to the connect to the local api
Set the env variable:
REACT_APP_ADDITIONAL_SERVICES_API_URL=https://ido-v1-api-rinkeby.dev.gnosisdev.com/in the .env.local file to the connect to the development api
This program is free software: you can redistribute it and / or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
The project is a fork of the uniswap front-end from the following commit.
Copyright © 2021, Gnosis limited.
Copyright © 2020, Uniswap.
Released under GNU General Public License v3.0