bip39-cities-wordlist
v0.2.0
Published
JS version of the BIP39 cities wordlist.
Downloads
3
Readme
bip39-cities-wordlist-js
JS version of the BIP39 cities wordlist.
Designed to be used with scure-bip39 to generate BIP39 compliant mnemonic phrases.
Getting started
To work locally with this project, follow the steps below:
- Fork, clone or download this project
npm install
- Copy
.example.env
to.env
and set variables as required
Building
To build the project in JS: npm run build
Testing
To run unit tests: npm run test
Publishing new releases
- Bump the version number in
package.json
npm run build
npm publish