Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 810 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 810 Bytes

Loopring.io web application

Loopring now embraces a mobile-first strategy and fully focuses on our smart wallet mobile app. We are no longer spending much time adding new features. But we welcome improvements and bug fixes, and we’ll try to make them available on Loopring.io as soon as possible.

Please note that this repository is under the Apache License and the depending libraries may have various other licenses that you need to be aware of.

Quickstart

For loopring exchange v1,please use master branch:
npm install
npm run dev
Open http://localhost:3000

For loopring exchange v2,please use amm-part-1 branch:
npm install
npm run amm-dev
Open http://localhost:3001