Developer Guide
Prerequisites
Install
nvm
(Node Version Manager)Install the project's Node.js version 12.20.1
nvm install v12.20.1
Enable the project's Node.js version with
nvm use
Install Hardhat
npm install -g hardhat
Install Yarn
npm install -g yarn
> hardhat version
Hardhat v2.6.4
Solidity - 0.7.0 (solc-js)
Node v12.20.1
Ethers v5.4.7
Getting Started
yarn
yarn test
Running scripts
npx hardhat deploy --network network-name
--tags tags
Code Repositories
The Parallel Protocol's smart contracts are open source on Github:
Read the whitepaper to learn more about smart contract architecture.
Last updated
Was this helpful?