/repository-token

Securitize OSS

Primary LanguageTypeScriptMozilla Public License 2.0MPL-2.0

Dev Protocol

Build Status code style code style: prettier

Dev Protocol

This repository is the place to develop smart contracts for Dev Protocol.

Dev Challenge

The developer reward program for this project is taking place. Check the details.

How to contribute:

Read the contributing guide, and create PR when you have time. 🧚✨

How to setup

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