paritytech/wordlist

Name: wordlist

Owner: Parity Technologies

Description: Parity Brain Wallets Word List Library

Created: 2017-03-28 07:46:42.0

Updated: 2018-05-24 04:09:28.0

Pushed: 2017-09-28 15:30:25.0

Homepage:

Size: 78

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Wordlist

Parity Brain Wallets wordlist library

Rust Documentation

RUST

rgo.toml

endencies]
ty-wordlist = "1.2"
ust
in.rs

rn crate parity_wordlist;

ain() {
intln!("Words: {}", parity_wordlist::random_phrase(12));

t phrase = "violin oblivion cylinder list disarray wobbly fastball showplace oasis patronize septic spearhead";
intln!("Valid: {:?}", parity_wordlist::validate_phrase(phrase, 12));

JavaScript

m i @parity/wordlist --save
s
ain.js

rt { randomPhrase, verifyPhrase } from '@parity/wordlist'

ole.log(randomPhrase(12))

his will throw if the phrase is not valid:
fyPhrase("violin oblivion cylinder list disarray wobbly fastball showplace oasis patronize septic spearhead", 12)

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.