Uniswap without TORN censoring
0145c675b0
Adding DGX, token address https://etherscan.io/token/0x4f3afec4e5a3f2a6a1a411def7d7dfe50ee057bf exchange address https://etherscan.io/address/0xb92de8b30584392af27726d5ce04ef3c4e5c9924#tokentxns |
||
---|---|---|
public | ||
src | ||
.gitignore | ||
LICENSE.md | ||
package-lock.json | ||
package.json | ||
README.md | ||
yarn.lock |
Uniswap Frontend
This an an open source interface for Uniswap - a protocol for decentralized exchange of Ethereum tokens.
- Website: uniswap.io/
- Docs: docs.uniswap.io/
- Twitter: @UniswapExchange
- Reddit: /r/Uniswap/
- Email: contact@uniswap.io
- Slack: uni-swap.slack.com/
- Whitepaper: Link
To Start Development
Installing dependency
yarn
Running locally on Rinkeby
yarn start:rinkeby
Running locally on other testnet
REACT_APP_NETWORK_ID=2 REACT_APP_NETWORK='Ropsten Test Network' react-scripts start
Contributions
Please open all pull requests against dev
branch.