Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

thehubbleproject/contracts

Repository files navigation

Hubble-Project

Watch your assets move at light speed!

The hubble project is a framework to create programmable rollups with mass migration capabilities.

Compile

$ npm run compile

Migrate

$ npm run migrate

Post running migrations you can see a contractAddresses.json file with all the addresses for all deployed contracts.

Run tests

$ npm run generate
$ npm run ganache
$ npm run test

NOTE: Please use node v10.13.0