Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.5 KB

README.md

File metadata and controls

56 lines (36 loc) · 1.5 KB

Swap Interface

Styled With Prettier

An open source interface for Swap -- a protocol for decentralized exchange of Tron tokens.

Listing a token

Please see the oikos-cash/default-token-list repository.

Development

Install Dependencies

npm install

Run

npm 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}" (e.g. 11111 for Tron Mainnet network)

Example .env.local file for Nile network:

REACT_APP_CHAIN_ID="201910292"
REACT_APP_TRON_NETWORK="nile"

Note that the interface only works on testnets where both Swap 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 Swap Interface V1

The Swap Interface supports swapping against, and migrating or removing liquidity from Swap V1. However, if you would like to use Swap V1, the Swap V1 interface for mainnet and testnets is accessible via swap-v1.oikos.cash.