Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 549 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 549 Bytes

SpectivVR Signal Token Crowdsale

usage

Install NPM dependencies:

$ npm install

Open a new terminal and start up TestRPC:

$ testrpc

Compile the contracts and deploy them to the development network (testrpc or private geth):

$ make contracts

Build the frontend and serve it at http://localhost:8000/index.html:

$ make frontend

Clean the build folder:

$ make clean

testing

Open a new terminal and start up TestRPC:

$ testrpc

Run the tests:

$ truffle test