Commands for generating random IDs and computing hashes.
compute randomID
Command to compute a random ID of 32 bytes.
compute sha256 <data>
Command to compute the SHA256 of some data.
Parameters:
- data: String or JSON object to hash.
compute schemaId <schema> <base>
Command to compute the schema ID based on the content.
Parameters:
- schema: JSON schema
- base: Output format. It should be "base16" or "base58btc" (default).