Skip to content

Retherswap/interface

Repository files navigation

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.