Skip to content

Generate IOTA seeds in a crypograpically secure manner

License

Notifications You must be signed in to change notification settings

bmavity/iota-seed-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iota-seed-generator

Build Status Windows Build status

Install

yarn install iota-seed-generator

Usage

import generateSeed from '../'

async function seed() {
  try {
    const seed = await generateSeed()
    
    // Use seed
  }
  catch (err) {
    // Handle error
  }
}

seed()

About

Generate IOTA seeds in a crypograpically secure manner

Resources

License

Stars

Watchers

Forks

Packages

No packages published