Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 650 Bytes

File metadata and controls

30 lines (25 loc) · 650 Bytes

openxeggo-contracts-money-streaming

Contribution guidelines

View Contribution guidelines here

Run Locally

Clone

$ git clone https://github.com/OpenXeggo/openxeggo-contracts-money-streaming.git
$ cd openxeggo-contracts-money-streaming

Installation

$ npm install -g [email protected] 
$ npm install

Usage

$ touch .secret && echo "YOUR_PRIVATE_KEY" > .secret
$ touch .env && echo "INFURA_API_KEY={YOUR_INFURA_API_KEY}" >> .env
$ echo "MNEMONIC={YOUR_MNEMONIC}" >> .env

Compile & Deploy

$ truffle compile --all
$ truffle deploy --reset --network ${NETWORK_NAME}