crypto-addr

Crates.iocrypto-addr
lib.rscrypto-addr
version0.2.3
sourcesrc
created_at2023-02-25 03:34:04.975819
updated_at2023-03-11 22:01:50.197973
descriptionLibrary for cryptocurrency address and WIF encoding
homepage
repositoryhttps://gitlab.com/pezcore/crypto-addr.git
max_upload_size
id794135
size86,531
(pezcore)

documentation

README

crates.rs loicense docs

Library crate for computing cryptocurrency addresses from public keys and encoding private keys as WIFs for various cryptocurrency blockchains. See [AddressFormat] for a list of supported address formats. This crate is unique in that it supports address generation using format standards from several different blockchains.

⚠️ Warning

The software contained is provided as-is and makes no guarantee of accuracy. The author takes no responsibility for lost funds or any other damage that results from use of this software.

Features

  • Generate addresses using standard address formats for several blockchains
  • Encode private keys as WIF using standard WIF formats for several blockchains
  • Parse strings to Address format specs
  • Supports P2SHWPKH Bitcoin addresses
  • Supports Arbitrary prefix for Bitcoin Cash addresses
  • Ethereum-like addresses (available with crate feature eth)
  • EIP55 support

Limitations

Currently the following limitations exist:

  • Does not support native bech32 Segwit Bitcoin addresses
  • Does not support Public Key validation
Commit count: 139

cargo fmt