Skip to content

matrices-zz/RDR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SubstratumCoin-token

The Foundation of a Decentralized Web

Requirements

To run tests you need to install the following software:

How to test

To run test open the terminal and run the following commands:

$ cd smart-contract
$ truffle migrate
$ truffle test ./test/MainFlow.js
$ truffle test ./test/RefundFlow.js
$ truffle test ./test/RefundFlow.js

NOTE: All tests must be run separately as specified

Deployment

To deploy smart contracts to live network do the following steps:

  1. Go to the smart contract folder and run truffle console:
$ cd smart-contract
$ truffle console
  1. Inside truffle console invoke "migrate" command to deploy contracts:
truffle> migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors