This repository is the place to develop smart contracts for Dev Protocol.
Whitepaper: https://github.com/dev-protocol/protocol/blob/master/docs/WHITEPAPER.md
The developer reward program for this project is taking place. Check the details.
Read the contributing guide, and create PR when you have time. 🧚✨
Executing the following command will compile each contract.
git clone https://github.com/dev-protocol/protocol.git
cd protocol
npm i
npm run generate
After compilation, run the following command to test each contract.
npm test
If you use Visual Studio Code, we recommend that you install the following plug-ins:
EditorConfig
vscode-eslint
solidity