Skip to content

Latest commit

 

History

History
executable file
·
48 lines (33 loc) · 1.44 KB

File metadata and controls

executable file
·
48 lines (33 loc) · 1.44 KB

RegoSwap Interface

Styled With Prettier

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

Accessing the RegoSwap Interface

To access the Regoswap Interface, use an IPFS gateway link from the latest release, or visit app.sushi.com.

Listing a token

Please see the quest-regoswap-default-token-list repository.

Development

Install Dependencies

yarn

Run

yarn start

Note that the interface only works on networks where both (Uni|Rego)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.