You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tezedge-client can only originate the zkChannel contract using a pre-forged version of it. It can be forged using the tezos-client using the following command:
tezos-client -E https://rpctest.tzbeta.net convert script ./zkchannels-contract/zkchannel_contract.tz from michelson to binary > ./zkchannel_contract_hex
In future it would be useful if tezedge-client could directly read in the michelson version of the contract.
The text was updated successfully, but these errors were encountered:
tezedge-client can only originate the zkChannel contract using a pre-forged version of it. It can be forged using the tezos-client using the following command:
In future it would be useful if tezedge-client could directly read in the michelson version of the contract.
The text was updated successfully, but these errors were encountered: