crypto_wallet_util 1.0.5 copy "crypto_wallet_util: ^1.0.5" to clipboard
crypto_wallet_util: ^1.0.5 copied to clipboard

A collection of utility functions for cryptocurrencies.

Changelog #

[1.0.0] - 2024-06-19 #

Added #

  • Initial release version featuring fundamental functionalities:
    • support wallets: ALPH, APTOS, CKB, COSMOS, DOT, HNS, KAS, KLS, NEAR, SC, SOL,SUI, XRP.
    • support address check.

[1.0.1] - 2024-07-11 #

Update #

  • Update doc and optimize code.

[1.0.2] - 2024-07-30 #

Update #

  • Add wallets: FIL, SCP.
  • Add function: F410 address conversion, evm address custom generate.

[1.0.3] - 2024-08-01 #

Doc #

  • Modify readme.

[1.0.4] - 2024-08-01 #

Refactor #

  • Modify filecoin export.

[1.0.5] - 2024-08-01 #

Update #

  • Add wallet: ETH.
  • Support eth transaction type: EIP1559, LEGACY.
  • Support eth signed typed data module.