Skip to content

newswap/newswap-interface

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Newswap Interface

An open source interface for Newswap -- a protocol for decentralized exchange of tokens on NewChain.

Listing a token

https://newswap.org/apply-listing/

Development

Install Dependencies

yarn

Patch @uniswap/sdk package

yarn patch-package

Run

yarn start

Configuring the environment (optional)

To have the interface default to a different network when a wallet is not connected:

  1. Make a copy of .env named .env.local
  2. Change REACT_APP_NETWORK_ID to "{YOUR_NETWORK_ID}"
  3. Change REACT_APP_NETWORK_URL

Contributions

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

About

🦄 An open source interface for the Newswap protocol

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.2%
  • Other 0.8%