Get the balance for a MultiversX address
Get the bech32 address of the wallet set in the environment config
Create a new wallet and save it as a PEM file. PEM file ARE NOT SECURE. If a wallet already exists, will abort operation.
Create a move balance transaction and send it. Will send EGLD using the wallet set in the env to the specified receiver.
Create a fungible token transfer transaction and send it. Will send the specified token using the wallet set in the env to the specified receiver.
Create a nft, sft or meta esdt transfer transaction and send it. Will send the specified token using the wallet set in the env to the specified receiver.
Create a transaction to issue a fungible token and send it. Will issue the token with the specified arguments. All the properties will be set to true.
Create a transaction to issue a semi-fungible collection (SFT) and send it. Will issue the collection with the specified arguments. All the properties will be set to true.
Create a transaction to issue a non-fungible token collection (NFT) and send it. Will issue the collection with the specified arguments. All the properties will be set to true.
Create a transaction to issue a MetaESDT token collection (MESDT) and send it. Will issue the collection with the specified arguments. All the properties will be set to true.
Create a transaction to issue a semi-fungible token (SFT), or a non-fungible token (NFT), or a MetaESDT token for a collection and send it. Please also specify the initial quantity and the royalties.
Get the tokens of an address. Returns the first 25 fungible tokens and the first 25 NFTs, SFTs and MetaESDT. To get more tokens, specify the number of tokens you want to get....
Create move balance transactions and send them. Will send EGLD using the wallet set in the env to each specified receiver.
Get the network set in the environment config
The MultiversX network to interact with, e.g., 'devnet', 'mainnet'.
The absolute path to a PEM wallet. Can be the newly created one at: ~/.multiversx/wallet.pem.