This worker generates mnemonic phrases. It uses the rust mnemonic crate and getrandom
- You can use my hosted version here: https://mnemonic.willow.sh/
- Or host your own copy!
GET /new
Returns an array of 24 words. For example:
GET /new
[
"uniform",
"equal",
"olivia",
"rhino",
"orchid",
"herbert",
"toyota",
"flower",
"quality",
"table",
"plume",
"dublin",
"bali",
"store",
"dominic",
"lotus",
"camel",
"protein",
"carrot",
"plaza",
"speed",
"remark",
"pyramid",
"john"
]