Skip to content

ikunetwork/alpha

Repository files navigation

alpha.iku.network

Greenkeeper badge

CircleCI

dApp for iku.network

Instructions for running this project:

  1. Install project dependencies
yarn install
  1. Launch truffle
yarn truffle-develop
  1. Deploy contracts
deploy
  1. You need to connect to a PGSQL server and set the environment variable DATABASE_URL

  2. Run the following scripts to setup your database structure

yarn db::setup
  1. Run the following scripts to populate the db with some test data.
yarn db::populate
  1. On another terminal instance launch the project (FE and BE)
yarn start

Instructions for running the tests:

yarn test

Instructions for checking the test coverage:

yarn test-coverage

License

All code and designs are open sourced under GPL V3.