This repo contains starter code to boot up a Dharma Relayer.
It includes both the frontend and backend necessary to launch a fully capable relayer.
To run the project, you'll first need to install the dependencies:
yarn
And launch the blockchain via:
yarn blockchain
And launch the server via:
yarn server
And launch the frontend via:
yarn start