The current chain is under development in a private dev net and not available for the public.
AvaCloud SDK
Official TypeScript SDK (@avalabs/avacloud-sdk
), offering:
Data API, Metrics API, and Webhooks API
Structured, paginated access to on‑chain data, chain health, throughput, staking rzlt.io+9developers.avacloud.io+9github.com+9.
Supports multi-chain queries (Avalanche, Chainvast, Ethereum).
Public & private RPC endpoints with full JSON-RPC compatibility (works with ethers.js
, web3.js
, MetaMask) for smooth dApp development.
Full EVM compatibility via Subnet-EVM, unlocking Solidity/Vyper use with tools like:
Hardhat, Foundry, Truffle, Remix developers.avacloud.io+1developers.avacloud.io+1build.avax.networkreddit.com.
Support for precompiled contracts enabling enhanced features: token minting, fee management, governance.
Webhooks API for live notifications of transactions, events, and network health alerts developers.avacloud.io+2developers.avacloud.io+2developers.avacloud.io+2.
Avalanche Warp Messaging (AWM)
Full integration for cross-chain messaging and asset bridging with other Avalanche Subnets — available out-of-the-box build.avax.network+1coindesk.com+1.
Built-in social wallet flows, gas estimation, and signing support
Ecosystem integrations: Core SDK, WalletConnect, 0xGasless, Biconomy, Particle, ZeroDev gam3s.gg+2rzlt.io+2olagg.io+2build.avax.network.
Compatibility with audit tools: OpenZeppelin, Certora, Trail of Bits, Least Authority, Nethermind; integrated vulnerability checks build.avax.network.
Local dev environment via Avalanche‑CLI’s local network runner
Parallel tx workflows, gas tuning, full-stack transaction debugging support.
The AvaCloud SDK provides holistic integration with APIs and chain tools:
Example setup:
tsCopyEditimport { AvaCloudSDK } from "@avalabs/avacloud-sdk";
const sdk = new AvaCloudSDK({apiKey, 1991, network});
const metrics = await sdk.metrics.chainThroughput({ChainId});