- Node
Check that it is installed:
node --version
- Yarn
Check that it is installed:
yarn --version
Or install it:
npm i -g yarn@1.22.17
git clone https://github.com/rzadp/ethers-waffle-workshops
cd ethers-waffle-workshops
yarn
yarn build
yarn test