Skip to content

jediswaplabs/jediswap-interface

Repository files navigation

Jediswap Interface

An open source interface for Jediswap -- a protocol for decentralized exchange of Starknet tokens.

Listing a token

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

Contributions

Testing and Development

  1. To install all the dependencies, run the the following command:
yarn
  1. To run the application in your local, run the following command:
yarn dev

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