JacobEberhardt / decentralized-energy-trading

Proof-of-Concept implementation of Privacy-Preserving Netting in Local Energy Grids
MIT License
9 stars 5 forks source link

Fix ganache deployment #21

Open petscheit opened 4 years ago

petscheit commented 4 years ago

Currently ganache doesn't support personal_sign, which is needed by our household server. trufflesuite/ganache-core#540 is working on implementing this. All other needed changes are on fix_ganache_deployment branch and can be tested and merged once changes have been made in ganache repo