make wallet HD seed and mnemonic
seed: (hex string)
a cryptographically secure random seedmnemonic: (array of string)
the mnemonic words for the given seedcurl -sku "test:test" -X POST -H 'Content-Type: application/json' --data '{"jsonrpc":"1.0","method":"ui_makeSeed","params":[],"id":1}' http://127.0.0.1:8130/api | jq
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"seed": "0d82f3214e900c039c8e05c04bef5f22bdf5804344e69e8f7426e90fabb0eb178a8c4f99850c77be09f609b7145799fb0772c1c0c1087acd55868240755a437a",
"mnemonic": "river immense robust crucial patrol kingdom trick enter jacket similar feed pitch juice focus ramp merry occur blast pepper case gentle left sea margin"
}
}
© Copyright Qitmeer 2021.
This work is licensed under a Creative Commons Attribution 4.0 International License