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