CHAINVAST Developer Tools

The current chain is under development in a private dev net and not available for the public.

Developer Tools & SDKs

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).


Core Developer Utilities

Web3 & RPC Support

  • Public & private RPC endpoints with full JSON-RPC compatibility (works with ethers.js, web3.js, MetaMask) for smooth dApp development.

Smart Contract Ecosystem


Data & Monitoring APIs

Webhooks & Real-Time Events


Interoperability & Integration

Avalanche Warp Messaging (AWM)


Security, Auditing & Wallets

Integrated Account Abstraction

Security & Audits

  • Compatibility with audit tools: OpenZeppelin, Certora, Trail of Bits, Least Authority, Nethermind; integrated vulnerability checks build.avax.network.


Enhanced Dev Experience

Performance & Testing Infrastructure

  • Local dev environment via Avalanche‑CLI’s local network runner

  • Parallel tx workflows, gas tuning, full-stack transaction debugging support.

12. Full SDK & API Ecosystem

  • 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});

Last updated