Before you begin developing or contributing to kiwari-labs-contracts, ensure that the following software is installed. And please follow the code pattern.
git clone https://github.com/Kiwari-Labs/kiwari-labs-contracts.git
Change work directory to kiwari-labs-contracts
cd ./kiwari-labs-contracts
Install the dependencies via yarn
yarn install
Compile the solidity
smart contract:
yarn compile
Run the tests:
yarn test
Run the tests coverage:
yarn coverage
Important
require 8GB of RAM, to run all the test coverage.