📄️ EdexaClient
EdexaClient Class
📄️ Creating Contracts with EdexaClient
The EdexaClient library offers streamlined methods to initiate both ERC-20, ERC-721, and now ERC-1155 contracts. This guide illustrates the steps to harness these features.
📄️ Creating Wallet Signer with EdexaClient
In blockchain-based applications, transactions need to be securely signed to prove their authenticity and ensure the integrity of their actions. The createWalletSigner method provided by the EdexaClient facilitates this by allowing users to create a wallet signer instance using their private key. This signer can then be used to authenticate and sign various transactions.
📄️ Getting Contract Instance with EdexaClient
The edexaClient provides a convenient interface to interact with different types of Ethereum smart contracts. Among its functionalities, it offers two specific methods, getERC20Instance and getERC721Instance, to instantiate the ERC-20 and ERC-721 token contracts respectively. These instances allow developers to interact with the corresponding token standards with ease.
📄️ Resolving ENS or Returning Ethereum Address with EdexaClient
The EdexaClient library includes a function resolveENSOrReturnAddress that either resolves an Ethereum Name Service (ENS) domain to its corresponding Ethereum address or verifies and returns a valid Ethereum address. This function is particularly useful for applications that need to handle both raw Ethereum addresses and ENS domains.
🗃️ ERC20
11 items
🗃️ ERC721
12 items
🗃️ ERC1155
9 items
🗃️ StableCoin
15 items