/jediswap-v2-interface

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

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
  1. 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.