edeXa Web3 Wallet Integration
Last updated
Last updated
edeXa Wallet allows users to securely interact with the edeXa Blockchain, managing their EDX tokens, performing transactions, and interacting with decentralized applications (dApps). Through the integration of Reown's open-source SDKs, the wallet provides high-performance, scalable, and customizable Web3 functionalities.
EDX Token Management: Send, receive, and manage EDX tokens within the wallet.
Seamless Integration: Built with Reown SDKs for easy connection to the edeXa mainnet and testnet.
User Authentication: Secure login and interaction with blockchain-based applications.
Cross-Chain Interactions: Manage and interact with assets across multiple chains supported by edeXa's native bridge.
Secure Transactions: Built-in encryption and signing capabilities to ensure secure transactions for both testnet and mainnet environments.
Open Source: Reown SDKs and integration tools are open-source, allowing for customization and community-driven development.
Before starting the integration, make sure you have:
edeXa Wallet UI available:
Reown SDK installed and configured in your project.
Access to edeXa Mainnet and Testnet endpoints.
Familiarity with Ethereum-compatible Web3 tools (Solidity, EVM).
To integrate edeXa Wallet in your project, you will first need to install the Reown SDK. You can install it via npm:
Once the SDK is installed, you can configure the wallet provider. Here’s an example of how you can do it:
This will set up the connection to the edeXa Wallet and allow you to interact with the blockchain via Reown's Web3 interface.
To send EDX tokens from the wallet, you can use the following example:
This method will trigger a transaction where the sender_address sends tokens to receiver_address. The wallet will automatically handle the signing and confirmation.
To check the balance of a wallet:
The edeXa Wallet integrates seamlessly with edeXa's Cross-Chain Bridge for asset transfers. If you are using the wallet for cross-chain transactions, you can call the following APIs to move assets between different blockchains:
For more advanced integration options and to explore the full capabilities of edeXa Wallet and Reown SDKs, refer to the following resources:
Reown SDK Docs: Reown SDK Documentation
The wallet is open-source and built using Reown SDKs. Developers are welcome to customize the user interface and extend the wallet’s functionality by modifying the source code.
There are no fees to use the edeXa Wallet itself. However, normal network gas fees apply when sending transactions on the edeXa blockchain.
The wallet supports edeXa Mainnet, Testnet, and any cross-chain assets that are supported through the edeXa Bridge.
The edeXa Wallet operates with a gas fee structure, typical to EVM-based networks. The fees can vary depending on network congestion, but are generally lower than traditional Ethereum transactions. For the most current gas fees, you can check the .
GitHub Repos:
edeXa Explorer: