Skip to content

Dev Protocol is an open source middleware for creator's sustainability.

License

Notifications You must be signed in to change notification settings

yumemayu/protocol

 
 

Repository files navigation

Dev Protocol

Build Status code style code style: prettier

Dev Protocol

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

Whitepaper: https://github.com/dev-protocol/protocol/blob/master/docs/WHITEPAPER.md

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

Dev Protocol is an open source middleware for creator's sustainability.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 96.6%
  • JavaScript 3.4%