Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Latest commit

 

History

History

blockchain

Purpose

This package is responsible for smart contract and other blockchain interaction related work.

Getting started

We use hardhat as the smart contract development framework. Alongside this, ethers.js is used as the web3 library and Waffle as the test library .

The syntax is in many cases similar to Truffle/web3.js, but checkout to get an initial look.

To setup the package for local development, run the bootstrap.sh script from the root of the package.

Warning

Do not put secret information in the .env.example file. It is an example showing what