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.
To set up dependencies run:
yarn
To run the front end in development mode run
yarn start
to build for production run
yarn build
Please submit an issue if you have problem starting the application.