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.
Key Features of the edeXa ERC20 SDK
The edeXa SDK provides a range of core methods to empower blockchain application development. Below is an overview of these functionalities, along with links to detailed documentation:
Authentication
- Purpose: Secure user access and identity verification.
- Functionality: Enables the authentication of users, ensuring secure access to the blockchain platform.
- Learn more about Authentication
Balance Of
- Purpose: Monitoring token holdings.
- Functionality: Provides an accurate count of tokens held by a specific user address.
- Learn more about Balance Of
Mint Tokens
- Purpose: Creation of new tokens within the ERC20 standard.
- Functionality: Allows for the minting of tokens, facilitating the expansion of the token supply.
- Learn more about Minting Tokens
Enroll Users
- Purpose: User onboarding and registration.
- Functionality: Streamlines the process of adding users to your platform.
- Learn more about Enrolling Users
Account ID
- Purpose: User identification within the platform.
- Functionality: Retrieves the unique account ID linked to a user's address.
- Learn more about Account ID
Transfer Tokens
- Purpose: Movement of tokens between accounts.
- Functionality: Enables users to transfer tokens seamlessly between accounts.
- Learn more about Transfer Tokens
Burn Tokens
- Purpose: Token supply regulation.
- Functionality: Allows for the permanent removal of tokens from circulation.
- Learn more about Burning Tokens
Set Operator
- Purpose: Delegation of token management.
- Functionality: Assigns an operator for specific tokens, adding a layer of flexibility.
- Learn more about Setting Operator
Check Allowance
- Purpose: Permission and access control.
- Functionality: Verifies the allowance limit set for users or addresses.
- Learn more about Check Allowance
Total Supply
- Purpose: Insight into the token economy.
- Functionality: Retrieves the total number of tokens minted under the ERC20 contract.
- Learn more about Total Supply
Transfer Token From
- Purpose: Facilitating third-party token transfers.
- Functionality: Allows the transfer of tokens between users through a third party.
- Learn more about Transfer Token From