All Projects → Uniswap → Uniswap Interface

Uniswap / Uniswap Interface

Licence: gpl-3.0
🦄 An open source interface for the Uniswap protocol

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Uniswap Interface

Nethereum
Ethereum .Net cross platform integration library
Stars: ✭ 1,191 (-10.92%)
Mutual labels:  blockchain, ethereum
Epirus Free
Ethereum, Hyperledger Besu and Quorum private blockchain explorer
Stars: ✭ 79 (-94.09%)
Mutual labels:  blockchain, ethereum
Ethnode
Run an Ethereum node (Geth or Openethereum) for development
Stars: ✭ 74 (-94.47%)
Mutual labels:  blockchain, ethereum
Colonyjs
The Colony JavaScript client
Stars: ✭ 72 (-94.61%)
Mutual labels:  blockchain, ethereum
Chaingear
The consensus computer driven database framework
Stars: ✭ 83 (-93.79%)
Mutual labels:  blockchain, ethereum
Smart Contracts
Ethereum smart contracts for security and utility tokens
Stars: ✭ 1,187 (-11.22%)
Mutual labels:  blockchain, ethereum
Marketprotocol
Ethereum based derivatives trading protocol creating digital tokens for any asset
Stars: ✭ 78 (-94.17%)
Mutual labels:  blockchain, ethereum
The Journal Of Blockchain
区块链自媒体、专注区块链技术学习和实践、IPFS/Filecoin、Bitcoin、Ethereum、EOS、Cosmos、区块链、白皮书、Coinmarketcap、Coindesk、Safe Network、Telegram、Docker、社会治理、经济激励
Stars: ✭ 63 (-95.29%)
Mutual labels:  blockchain, ethereum
Whale
🐋 Show Ethereum and Bitcoin price in command line interface (CLI).
Stars: ✭ 81 (-93.94%)
Mutual labels:  blockchain, ethereum
Trust Wallet Ios
📱 Trust - Ethereum Wallet and Web3 DApp Browser for iOS
Stars: ✭ 1,228 (-8.15%)
Mutual labels:  blockchain, ethereum
Cava
ConsenSys core libraries for Java & Kotlin
Stars: ✭ 71 (-94.69%)
Mutual labels:  blockchain, ethereum
Dapp
Censorship resistant democracies.
Stars: ✭ 1,326 (-0.82%)
Mutual labels:  blockchain, ethereum
Minimal
Modular Ethereum client
Stars: ✭ 69 (-94.84%)
Mutual labels:  blockchain, ethereum
Use Dai
💸 A curated, community compiled list of everywhere you can use the decentralized Dai stablecoin
Stars: ✭ 74 (-94.47%)
Mutual labels:  blockchain, ethereum
Web Sdk
Portis Web SDK
Stars: ✭ 65 (-95.14%)
Mutual labels:  blockchain, ethereum
Portis Sdk
Portis Web SDK [DEPRECATED, PLEASE USE OUR NEW SDK: https://github.com/portis-project/web-sdk]
Stars: ✭ 78 (-94.17%)
Mutual labels:  blockchain, ethereum
Zknifty
🎴Zero-knowledge non-fungible tokens on Ethereum using zk-SNARKs
Stars: ✭ 59 (-95.59%)
Mutual labels:  blockchain, ethereum
Shitaibin.github.io
博客:Go语言、区块链
Stars: ✭ 59 (-95.59%)
Mutual labels:  blockchain, ethereum
Istanbul Tools
Istanbul BFT tools
Stars: ✭ 80 (-94.02%)
Mutual labels:  blockchain, ethereum
Awesome Privacy On Blockchains
A curated list of privacy on blockchains resources
Stars: ✭ 86 (-93.57%)
Mutual labels:  blockchain, ethereum

Uniswap Interface

Lint Tests Styled With Prettier

An open source interface for Uniswap -- a protocol for decentralized exchange of Ethereum tokens.

Accessing the Uniswap Interface

To access the Uniswap Interface, use an IPFS gateway link from the latest release, or visit app.uniswap.org.

Listing a token

Please see the @uniswap/default-token-list repository.

Development

Install Dependencies

yarn

Run

yarn start

Configuring the environment (optional)

To have the interface default to a different network when a wallet is not connected:

  1. Make a copy of .env named .env.local
  2. Change REACT_APP_NETWORK_ID to "{YOUR_NETWORK_ID}"
  3. Change REACT_APP_NETWORK_URL to e.g. "https://{YOUR_NETWORK_ID}.infura.io/v3/{YOUR_INFURA_KEY}"

Note that the interface only works on testnets where both Uniswap V2 and multicall are deployed. The interface will not work on other networks.

Contributions

Please open all pull requests against the master branch. CI checks will run against all PRs.

Accessing Uniswap Interface V1

The Uniswap Interface supports swapping against, and migrating or removing liquidity from Uniswap V1. However, if you would like to use Uniswap V1, the Uniswap V1 interface for mainnet and testnets is accessible via IPFS gateways linked from the v1.0.0 release.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].