Skip to main content

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:

  1. Creating ERC-20 and ERC-721 Contracts:
    Enables the creation of standard Ethereum contracts like ERC-20 and ERC-721 on the edeXa blockchain.

  2. Creating a Wallet:
    Provides functionality for creating a new wallet. This wallet can be associated with a specific private key if provided.

  3. 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 the EdexaClient.