Skip to content

BoltGlobal/zilswap-webapp

 
 

Repository files navigation

Zilswap Webapp

This repository contains the UI code for the Zilswap dApp.

The webapp is hosted on canonical url: https://zilswap.io. IFPS hosting is coming soon.

Development

The Zilswap webapp is built using React. Simply install Node.js and node package dependencies to begin.

yarn install
yarn start

The webapp will be running on http://localhost:3000 by default

Deployment

Pushing code to staging / master deploys to staging and prod respectively.

Please ensure to check that your code passes the linter with no warnings by running yarn lint before deploying. You will need to have eslint installed: npm i -g eslint.

Contributing

View our contribution guidelines before making a pull request.

About

Zilswap Web UI. The AMM-protocol for ZIlliqa.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.0%
  • JavaScript 3.3%
  • Other 0.7%