Skip to content

Releases: iamnotstatic/multichain-crypto-wallet

Release 0.2.8

14 Mar 13:34
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixed Solana getBalance to convert Lamports to SOL

Release v0.2.5

09 Sep 17:24
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Ethereum:: Added support for wallet encryptions

Release v0.2.0

02 May 18:25
Compare
Choose a tag to compare

Solana:: Added option for custom derivation path on generate wallet

Ethereum:: Added option for custom derivation path on generate wallet

Release v0.1.9

28 Apr 22:28
Compare
Choose a tag to compare

Release v0.1.9

Update Readme to be more descriptive