Multichain Crypto Wallet Versions Save

A Multichain crypto wallet library that supports Ethereum, Bitcoin, Solana, Waves and other EVM compatible blockchains E.g. Binance Smart Chain, Polygon, Avalanche etc.

0.2.8

1 year ago

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

0.2.7

1 year ago

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.

0.2.6

1 year ago

Fixed Solana getBalance to convert Lamports to SOL

0.2.5

1 year ago

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

0.25

1 year ago

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

0.2.4

1 year ago

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

0.2.3

1 year ago

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

0.2.2

2 years ago

Solana:: Added support to get ERC20 token info

Ethereum:: Added support to get SPL token info

0.2.1

2 years ago

Ethereum:: Added support for wallet encryptions

0.2.0

2 years ago

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

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