0.4.0 • Published 1 year ago
bip39-cities-wordlist v0.4.0
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.envto.envand 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 buildnpm publish