Skip to content

AbstractSDK/crypto-addr-codec-vite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crypto-codec is a minimal npm package for encoding and decoding different cyrpto addresses

all of the work is derived from the following packages.

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/crypto-addr-codec-vite@0.1.5"
  }

About

Encode/Decode various cryptocurrency addresses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%