Socket
Socket
Sign inDemoInstall

bip39wordlist

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bip39wordlist

bip39 wordlists


Version published
Weekly downloads
5
increased by150%
Maintainers
1
Install size
506 kB
Created
Weekly downloads
 

Readme

Source

bip39wordlist

bip39 wordlists

https://www.npmjs.com/package/bip39wordlist

https://serapath.github.io/bip39wordlist/

use

npm install bip39wordlist

const all = require('bip39wordlist')

const chinese_simplified = require('bip39wordlist/chinese_simplified.json')
const chinese_traditional = require('bip39wordlist/chinese_traditional.json')
const english = require('bip39wordlist/english.json')
const french = require('bip39wordlist/french.json')
const italian = require('bip39wordlist/italian.json')
const japanese = require('bip39wordlist/japanese.json')
const korean = require('bip39wordlist/korean.json')
const spanish = require('bip39wordlist/spanish.json')
// const german = require('bip39wordlist/german.json') // @TODO: add 2048 words long german wordlist


// const wordlist = chinese_simplified
// const wordlist = chinese_traditional
// const wordlist = english
// const wordlist = french
// const wordlist = italian
// const wordlist = japanese
// const wordlist = korean
const wordlist = spanish

const { list, seperator } = wordlist

console.log(list.length) // 2048
console.log(list[5]) // "abono"
console.log(seperator) // " "

Keywords

FAQs

Last updated on 22 Jun 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc