Skip to content

Releases: iamnotstatic/multichain-crypto-wallet

v0.2.10

18 Apr 13:26
ca85523

Choose a tag to compare

Imrovement

  • Updated wallet helper functions across Bitcoin, Ethereum, Solana, Tron, Waves to accept structured payloads for better clarity and type safety.
  • Introduced new utility functions for network handling and response formatting.
  • Enhanced type definitions in utils/types.ts to support new payload structures.
  • Fixed this issue of bitcoins always returning the same address #37
  • Fixed this issue of tron private key having prefix 0x #36
  • Fixed this issue of bitcoin timing out #35

Release 0.2.9

22 Mar 16:53
bf0b604

Choose a tag to compare

TRON Network Integration

Features added:

  • Create TRON wallets using random generation or mnemonic phrases
  • Generate addresses from private keys
  • Check TRX and TRC20 token balances
  • Send TRX and TRC20 tokens
  • Query transaction information
  • Get TRC20 token information
  • Execute smart contract calls on TRON network

Release 0.2.8

14 Mar 13:34

Choose a tag to compare

Updated Readme and fix the issue with Axios not running on test

Release 0.2.7

14 Nov 18:19

Choose a tag to compare

Added a method to generate a mnemonic.

  • generateMnemonic The default number of words is 12 but you can pass a number param if you want to generate more or less.

    Note: Mnemonics with less than 12 words have low entropy and may be guessed by an attacker.

Release 0.2.6

03 Oct 09:09

Choose a tag to compare

Fixed Solana getBalance to convert Lamports to SOL

Release v0.2.5

09 Sep 17:24

Choose a tag to compare

Added support for the waves network, the following were implemented

  • getBalance WAVES and Waves Tokens
  • createWallet Generate Waves wallet/account
  • generateWalletFromMnemonic generate wallet from mnemonics/seed
  • transfer transfer (WAVES and Waves Tokens)
  • smartContractCallsmartCustom smart contract call
  • getTokenInfo Get Waves Tokens token info
  • getTransaction Get transaction data by transaction hash

Release v0.2.4

01 Aug 14:44

Choose a tag to compare

Added Bitcoin

  • createWallet Generate bitcoin wallet/account
  • getBalance Get account/wallet balance
  • generateWalletFromMnemonic Generate wallet/account from mnemonic
  • getAddressFromPrivateKey Get wallet/account address by private key
  • getTransaction Get transaction data by transaction hash
  • transfer Transfer bitcoin from one account/wallet to another

Release v0.2.3

08 Jun 13:14
0d3e956

Choose a tag to compare

Changed

  • getTransaction and transfer to return direct transaction object for Ethereum/EVM and Solana

Added

  • gasLimit and data option on transfer for Ethereum/EVM chains
  • Ability to make custom smart contract calls on for Ethereum/EVM chains

Release v0.2.2

15 May 15:59

Choose a tag to compare

Solana:: Added support to get ERC20 token info

Ethereum:: Added support to get SPL token info

Release v0.2.1

05 May 15:35
dd712b2

Choose a tag to compare

Ethereum:: Added support for wallet encryptions