-
Notifications
You must be signed in to change notification settings - Fork 58
License
hihiben edited this page Jul 31, 2017
·
9 revisions
Once you get the license from any Alliance member, you can mint your own token.
./gcoin-cli mint {amount} {color_id}
In Gcoin, each wallet can get more than one licenses. To see which licenses you have, try the command:
./gcoin-cli getlicenselist
The command will list all the licenses in your wallet, and tell you each license belong to which address.
Moreover, we add the license info feature into GCoin1.1, the license info should be claimed and appended in the end of the sending license transaction. Once the sending license transaction is on the blockchain, the receiver get the license and the license info won't be changed anymore.
To check the detail of each license, use the command:
./gcoin-cli getlicenseinfo {color_id}