Create UniquID Contract
Login to organization
cd /path/to/file/uniquid login --credentials-file credentials.jsonCheck devices
uniquid list-devicesCreate contract file
[
{
"provider" : "tpub of the authorizer from the uniquid list-devices command",
"user" : "tpub of the deivce from the uniquid list-devices command",
"functions" : [32]
}
]Create contract
Last updated