0.1.6 • Published 3 years ago
crypto-addr-codec-vite v0.1.6
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 hereMIT License - eosjs-ecc
allows reuse and modifications under the MIT license present hereMIT License - nem-sdk
allows reuse and modifications under the MIT license present hereMIT License - oo7
allows reuse and modifications under the MIT license present hereApache License 2.0 - ripple-address-codec
allows reuse and modifications under the ISC license present hereISC License - rskjs-util
allows reuse and modifications under the MIT license present hereMIT License - sha.js
allows reuse and modifications under the MIT license present hereMIT License - stellar-base
allows reuse and modifications under the MIT license present hereApache License 2.0
this package does not implement any features. All the work credit goes to above mentioned teamsFork
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.jsonTo 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/crypto-addr-codec-vite@0.1.5"
}