EdexaClient
EdexaClient Class
Overview:
The EdexaClient
class provides a comprehensive interface for interacting with the edeXa blockchain. It facilitates the creation, access, and management of standard Ethereum contracts like ERC-20 and ERC-721, as well as wallet functionalities.
Getting Started:
To utilize the EdexaClient
, you can import and instantiate it as follows:
import { EdexaClient } from "@edexa/edexajs";
const edexaClient = new EdexaClient();
Features and Methods:
Creating ERC-20 and ERC-721 Contracts:
Enables the creation of standard Ethereum contracts like ERC-20 and ERC-721 on the edeXa blockchain.Creating a Wallet:
Provides functionality for creating a new wallet. This wallet can be associated with a specific private key if provided.Accessing Deployed ERC-20 and ERC-721 Instances:
If you have already deployed ERC-20 or ERC-721 contracts on the edeXa blockchain, you can access and interact with them using theEdexaClient
.