Skip to main content

bls

bls "command" ...

Set of commands to execute BLS related actions.

# Available commands:
generate - Create a BLS secret/public key pair
fromsecret - Parse a BLS secret key and return the secret/public key pair

yerbas-cli bls generate

Arguments

ArgumentTypeDescription
"command"(string)The command to execute
Arguments:
1. "command" (string, required) The command to execute

Output

ResultTypeDescription
.........
Result:
{
...
}

Examples

curl --user myusername --data-binary '{"jsonrpc": "1.0", "id": "curltest", "method": "bls_generate", "params": []}' -H 'content-type: text/plain;' http://127.0.0.1:8370/