Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.19 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.19 KB
  _____                            _   
 |  __ \                          | |  
 | |  | | ___  ___ ___  _ __   ___| |_ 
 | |  | |/ _ \/ __/ _ \| '_ \ / _ \ __|
 | |__| |  __/ (_| (_) | | | |  __/ |_ 
 |_____/ \___|\___\___/|_| |_|\___|\__|
                                              

Deco.Network Project Market Smart Contracts

Deconet Projects Market lets knowledge workers and people in a need of any kind of digitally provided services to connect, sign an agreement and start working right away with the help of smart contracts on the Ethereum Blockchain.

Diagrams presentation showing v1 of all aspects of Projects marketplace contracts work.

Short description doc for the v1 of smart contracts.

Scripts

Please use scripts from package.json in order to leverage locally installed dependencies:

  • Launch ganache-cli: yarn run ganache-cli or npm run ganache-cli.

  • Run tests: yarn run test or npm run test.

  • Run tests code coverage measurements: yarn run coverage or npm run coverage.