This repository contains a react front end for linked, the full collateralized stablecoin with minimal complexity.
To test alpha v0.3 visit: banq.link.
- Clone this repository.
- Go to the clone repository:
cd [path_folder_clone]
- Start test development:
npm start
- Go to localhost:3000 in browser to view the app.
For the back end implementation see: linked back end.