Releases: iamnotstatic/multichain-crypto-wallet
Releases · iamnotstatic/multichain-crypto-wallet
Release 0.2.8
Updated Readme and fix the issue with Axios not running on test
Release 0.2.7
Added a method to generate a mnemonic.
-
generateMnemonic
The default number of words is12
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
Fixed Solana getBalance
to convert Lamports to SOL
Release v0.2.5
Added support for the waves network, the following were implemented
getBalance
WAVES and Waves TokenscreateWallet
Generate Waves wallet/accountgenerateWalletFromMnemonic
generate wallet from mnemonics/seedtransfer
transfer (WAVES and Waves Tokens)smartContractCallsmart
Custom smart contract callgetTokenInfo
Get Waves Tokens token infogetTransaction
Get transaction data by transaction hash
Release v0.2.4
Added Bitcoin
createWallet
Generate bitcoin wallet/accountgetBalance
Get account/wallet balancegenerateWalletFromMnemonic
Generate wallet/account from mnemonicgetAddressFromPrivateKey
Get wallet/account address by private keygetTransaction
Get transaction data by transaction hashtransfer
Transfer bitcoin from one account/wallet to another
Release v0.2.3
Changed
getTransaction
andtransfer
to return direct transaction object for Ethereum/EVM and Solana
Added
gasLimit
anddata
option on transfer for Ethereum/EVM chains- Ability to make custom smart contract calls on for Ethereum/EVM chains