This package is responsible for smart contract and other blockchain interaction related work.
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.
Do not put secret information in the .env.example
file. It is an example showing what