Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 521 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 521 Bytes

LinkedFC-frontend

This repository contains a react front end for linked, the full collateralized stablecoin with minimal complexity.

To test alpha v0.3 visit: banq.link.

Instructions deployment ropsten

  1. Clone this repository.
  2. Go to the clone repository: cd [path_folder_clone]
  3. Start test development: npm start
  4. Go to localhost:3000 in browser to view the app.

Back end

For the back end implementation see: linked back end.