Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Giveth/vaultcontroller

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()