Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 580 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 580 Bytes

ethers-waffle-workshops

Prerequisites

  1. Node

Check that it is installed:

node --version
  1. Yarn

Check that it is installed:

yarn --version

Or install it:

npm i -g yarn@1.22.17

Start the workshops

git clone https://github.com/rzadp/ethers-waffle-workshops
cd ethers-waffle-workshops
yarn
yarn build
yarn test

Documentation