Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 637 Bytes

readme.md

File metadata and controls

31 lines (22 loc) · 637 Bytes

Contributing

Read our CoC and our Contributing Guide

Setting up the environment

After having checked out the main branch and followed the contributing guide, you can issue npm install under your cloned dappkit directory.

Compile contracts

$ npm run compile-contracts

Build typescript solution

$ npm run compile-ts

Setting up e2e

  1. copy .env.dist to .env file
  2. fill in the values
$ npm run test-ci

You can now: