zincwork / contracts

Identity smart contract mesh - developed by Zinc
https://zinc.work
MIT License
55 stars 12 forks source link

Unit tests #20

Closed ali2251 closed 6 years ago

ali2251 commented 6 years ago

working late night, will be late in the morning, hence a small gift

ali2251 commented 6 years ago

@dpp23 now it also has migrations:

try: truffle migrate --network ropsten

if it doesnt work then add --reset flag to it:

truffle migrate --reset --network ropsten

ali2251 commented 6 years ago

contract deployed here:

0xc58da4ff8cf3c2c1a6551e4b5993d88b4a6737b2

dpp23 commented 6 years ago

Looks good, just a few minor comments