jediswaplabs / jediswap-v2-interface

GNU General Public License v3.0
6 stars 5 forks source link

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 following commands:
    yarn
    yarn prepare
  2. To run the application in your local, run the following command:
    yarn start

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