Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Front End

Ribbon blockchain has a React front end that is used by all members of the ecosystem. It is connects to the Ethereum blockchain via ethers.js and intereacts with the RESTful ribbon API to get patient information.

1. Getting started

To set up dependencies run:

yarn

To run the front end in development mode run

yarn start

to build for production run

yarn build

2. Trouble shooting

Please submit an issue if you have problem starting the application.