Added support for v0.1.1 on @razor-network/contracts
Remove fee from createJob and createCollection. (#73) * Remove fee from createJob and createCollection. Previously, createJob and createCollection functions in smart contract were payable, but since it was removed, sending ether while calling those functions was throwing gas error. This is fixed in this commit. Signed-off-by: Ashish Mishra <[email protected]> * Update README. Signed-off-by: Ashish Mishra <[email protected]>