crypto-addr-codec-vite
v0.1.6
Published
Light weight package for serializing different crypto addresses
Downloads
7
Readme
crypto-codec is a minimal npm package for encoding and decoding different cyrpto addresses
all of the work is derived from the following packages.
- bcoin
allows reuse and modifications under the MIT license present here
MIT License - eosjs-ecc
allows reuse and modifications under the MIT license present here
MIT License - nem-sdk
allows reuse and modifications under the MIT license present here
MIT License - oo7
allows reuse and modifications under the MIT license present here
Apache License 2.0 - ripple-address-codec
allows reuse and modifications under the ISC license present here
ISC License - rskjs-util
allows reuse and modifications under the MIT license present here
MIT License - sha.js
allows reuse and modifications under the MIT license present here
MIT License - stellar-base
allows reuse and modifications under the MIT license present here
Apache License 2.0
this package does not implement any features. All the work credit goes to above mentioned teams
Fork
This fork fixes an issue appearing with its use alongside vite:
[ERROR] [plugin vite:dep-pre-bundle] Failed to resolve entry for package "crypto-addr-codec". The package may have incorrect main/module/exports specified in its package.json: Failed to resolve entry for package "crypto-addr-codec". The package may have incorrect main/module/exports specified in its package.json
To use the fix with packages such as @keplr-wallet/stores
with yarn, add it to the resolutions
section of the package.json
:
"resolutions": {
"crypto-addr-codec": "npm:@abstract/[email protected]"
}