Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.16 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.16 KB

Retherswap Labs Interface

An open source interface for Retherswap -- a protocol for decentralized exchange of Hypra Network tokens.

Accessing the Retherswap Interface

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

Unsupported tokens

Check out useUnsupportedTokenList() in src/state/lists/hooks.ts for blocking tokens in your instance of the interface.

You can block an entire list of tokens by passing in a tokenlist like here

Contributions

For steps on local deployment, development, and code contribution, please see CONTRIBUTING.