All Projects → Switcheo → zilswap-webapp

Switcheo / zilswap-webapp

Licence: MIT license
Zilswap Web UI. The AMM-protocol for ZIlliqa.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to zilswap-webapp

zilswap-sdk
Zilswap Typescript SDK
Stars: ✭ 19 (-9.52%)
Mutual labels:  zilliqa, zilswap
kyve
KYVE - A protocol for verified data-streams
Stars: ✭ 51 (+142.86%)
Mutual labels:  zilliqa
scilla-vanilla
No description or website provided.
Stars: ✭ 20 (-4.76%)
Mutual labels:  zilliqa
resolution-go
Golang library for resolving unstoppable domains
Stars: ✭ 24 (+14.29%)
Mutual labels:  zilliqa
ZILMiner
Mining software for Zilliqa
Stars: ✭ 32 (+52.38%)
Mutual labels:  zilliqa

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].