Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 862 Bytes

CONTRIBUTING.md

File metadata and controls

49 lines (33 loc) · 862 Bytes

Prerequisites

Before you begin developing or contributing to kiwari-labs-contracts, ensure that the following software is installed. And please follow the code pattern.

Development

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

Compiling and Test

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.