kbyte
GitHub
  • kbyte
  • Getting started
  • Full node API
    • Get witnesses
    • Get peers
    • Get joint
    • Get last MCI
    • Catchup
    • Get hash tree
    • Subscribe
  • Light node API
    • Get history
    • Get light props
    • Get attestation
    • Get attestations
    • Pick divisible coins for amount
  • Hub API
    • Get bots
    • Get asset metadata
  • Utils
    • Generate random seed
    • Is seed valid?
  • Subscribe
  • Just saying
  • Promises
Powered by GitBook
On this page
  1. Utils

Generate random seed

Generates a string consisting of a random 12-word seed and returns it.

const randomSeed = utils.generateRandomSeed();
console.log(randomSeed);
// giant urge useful check avoid response space surface boring deputy render east

PreviousUtilsNextIs seed valid?

Last updated 6 years ago