This guide shows how to interact with the LEA blockchain using the LEA Web3 SDK.
You will:
All steps use the BasePOD. No Custom POD configuration is required.
Create a connection to a LEA RPC endpoint.
You can also pass a full RPC URL instead of a network name.
Create a wallet from a BIP-39 mnemonic.
The wallet manages keys and signing locally.
Derive an account from the wallet.
Submit a simple BasePOD transfer.
The SDK automatically:
At this point, you have:
From here, you can:
Smart Contract Features will be published later this year.