1.2 Prerequisites & Setup
Required Tools
node --version # should be ≥ v16.x
npm --version # should be ≥ 7.xnpm install --save-dev hardhat
# or for Truffle:
npm install -g trufflepython3 --version
pip install virtualenvgit --versionClone the Starter Kit
Last updated