OpenST / mosaic-contracts

Mosaic-0: Gateways and anchors on top of Ethereum to scale DApps
https://discuss.openst.org/c/mosaic
MIT License
114 stars 31 forks source link

Integrate proof generation tool with truffle exec #731

Open abhayks1 opened 5 years ago

abhayks1 commented 5 years ago

Context

In Proof generation tool, generator.js is written as series of truffle tests i.e. it's. However it doesn't test anything(no asserts). Reason is contract deployment uses truffle artifacts and truffle network configuration for connecting to geth. Truffle artifacts objects are only accessible through truffle framework.

Proposal

Discussion Reference https://github.com/OpenST/mosaic-contracts/pull/717#issuecomment-491196489 https://github.com/OpenST/mosaic-contracts/pull/717

cc: @schemar @benjaminbollen