Source code for morra made with Reach, for the Ascent Bootcamp (cohort 2).
You can play with it here by setting up a MyAlgo testnet wallet and fund it using the testnet dispenser.
- Git
- Node.js
If you need to modify the backend you must setup Reach and run ./reach compile
from the backend folder.
git clone https://github.com/Ripe/morra-reach
cd morra-reach/frontend
npm i
npm start