UNPKG

bech32m-chia

Version:

A BIP350 compatible Bech32m encoding/decoding library for chia.

16 lines (15 loc) 291 B
{ "name": "node-test", "version": "1.0.0", "description": "", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js" }, "author": "", "license": "ISC", "dependencies": { "bech32m-chia": "^1.0.1" } }