SpankChain / general-state-channels

Spankchain PoC implementation of generalized state channels
https://spankchain.com/
GNU Affero General Public License v3.0
156 stars 24 forks source link

Truffle compile successful but migration on Ganache fails #12

Open hernandp opened 6 years ago

hernandp commented 6 years ago

Hi guys, I was looking forward to play with your contracts, so I modified truffle.js file to allow migration to a local Ganache-cli instance running on 8545. Compilation works OK but migration seems broken.

As a related question, how the project is going in terms of readiness? Are Open/Join/Channel operations already callable in the current implementation?

Thanks.