synechron-finlabs / quorum-maker

Utility to create and monitor Quorum nodes
Apache License 2.0
196 stars 97 forks source link

Upload ABI issue #103

Open romisalve opened 5 years ago

romisalve commented 5 years ago

https://github.com/synechron-finlabs/quorum-maker/wiki#auto-abi-upload-for-truffle-deployments is this working? I am creating a symlink from the contracts directory on the node directory of my first node from which I am deploying the contracts. The symlink is pointing to build directory of truffle. I have tried with a link pointing directly to Truffle directory, wtih a link pointing to contracts directory inside build directory, and no one has worked. There is no ABI getting uploaded. In order to work with my contracts and develop an app, do I need to have the ABI on quorum maker??

abhayar commented 5 years ago

@romisalve which truffle and solidity version used for above..?