theMistletoe / repository-token

Securitize OSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Securitize OSS

License:Mozilla Public License 2.0


Languages

Language:TypeScript 97.3%Language:JavaScript 2.7%