Skip to content

Giveth/vaultcontroller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Balancer

To install

git clone https://github.com/Giveth/projectbalancer.git cd projectbalancer npm install

Runs tests

npm test

To deploy

In one terminal run the ethereum client:

testrpc

or

geth --testnet --ligh

In the other terminal

node

.load env.js deployExample()