Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 951 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 951 Bytes

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.