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
Getting Started
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.
You can also navigate on the documentation :
Last updated