Skip to content

RiganoESQ/alpha

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

IKU.network alpha dApp

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 43.0%
  • CSS 34.1%
  • TypeScript 22.4%
  • Other 0.5%