Skip to content

fatooo0116/wordlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordlist

Parity Brain Wallets wordlist library

RUST

# Cargo.toml

[dependencies]
parity-wordlist = "1.0"
# main.rs

extern crate parity_wordlist;

fn main() {
  println!("Words: {}", parity_wordlist::random_phrase(12))
}

JavaScript

$ npm i @parity/wordlist --save
// main.js

import { randomPhrase } from '@parity/wordlist'

console.log(randomPhrase(12))

About

Parity Brain Wallets Word List Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 58.5%
  • Rust 39.5%
  • Shell 2.0%