📄️ edeXa ERC20 SDK
The edeXa SDK is a comprehensive JavaScript SDK designed for seamless blockchain interactions, with a focus on ERC20 token functionality. It's an ideal tool for developers integrating digital asset management into their applications and for blockchain enthusiasts exploring ERC20 tokens.
📄️ Mint Token
Minting tokens is an essential function of the edeXa ERC20 API. To mint tokens, the mintToken method is used.
📄️ Account Id of User
Retrieving the account ID of a user is a key functionality in the edeXa ERC20 API. Use the accountId method to obtain this information.
📄️ Balance Of User
To check the token balance in your account or view the balance of a specific user, use the balanceOf method provided by the edeXa ERC20 API. This method requires the user's userId to retrieve their balance.
📄️ Total Supply of Minted Tokens
To inquire about the total supply of minted tokens with the ERC20 API, you can use the totalSupply method. This allows you to retrieve the total supply of tokens issued.
📄️ Transfer Token to Users
To transfer tokens to users using the ERC20 API, you can use the transferToken method. This method allows you to send tokens to a specific user.
🗃️ Third party transfer from
4 items