0chain / zboxcli

A client CLI using GoSDK to interface the blockchain, storage platform, and blobbers (storage providers)
Other
28 stars 23 forks source link

Transfer of ownership #29

Closed Sriep closed 3 years ago

Sriep commented 3 years ago

Transfer ownership of allocation by current owner or curatorID to new owner.

Matched with gosdk issue https://github.com/0chain/gosdk/issues/89

andrenerd commented 3 years ago

It's linked to this one: https://github.com/0chain/0chain/issues/333

guruhubb commented 3 years ago

@andrenerd @Sriep we can have a command, ./zbox add curator $ID --alloc $ALLOC to allow curator to transfer allocation.

Sriep commented 3 years ago

Handled by https://github.com/0chain/zboxcli/pull/47