dApp for iku.network
- Install project dependencies
yarn install
- Launch truffle
yarn truffle-develop
- Deploy contracts
deploy
-
You need to connect to a PGSQL server and set the environment variable DATABASE_URL
-
Run the following scripts to setup your database structure
yarn db::setup
- Run the following scripts to populate the db with some test data.
yarn db::populate
- On another terminal instance launch the project (FE and BE)
yarn start
yarn test
yarn test-coverage
All code and designs are open sourced under GPL V3.