Skip to content

Repository files navigation

Configure

Create .env from .env.example and adjust params

cp .env.example .env

Also make sure that you have postgres db server and you created db with createdb <your_database_name>

Deploy contract

# Install dependencies
yarn

truffle migrate --network forkedp

Build

Install dependecies

yarn deps

Build client application

yarn build

Run

yarn start

Default location of the frontend app http://localhost:3001/

Dockerized Run

docker-compose up --build
  • Note this is still work in progress it is not customized for the latest release where it is also included postgres db.

Test

Test all .js and .sol files in ./test directory with truffle test

yarn test

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages