Skip to content
    hazBasehazBaseDocs
    hazBase / DOCUMENTATION

    Build RWA applications with hazBase.

    Represent assets and rights as tokens, then build issuance, transfer and operating workflows. Explore hazBase APIs and SDKs through working examples and reference documentation, with MCP integration for your AI tools.

    TypeScript / JavaScriptHTTP APIEVM / ethers v6
    API / FIRST CONNECTION

    Start with an API request

    No private key or deployed contract is needed. Fetch the public token list and verify the connection and response.

    Make your first API request
    YOUR FIRST REQUEST / READ ONLY
    index.mjs
    import { createHazbaseWalletClient }
      from "@hazbase/kit/wallet";
    
    const wallet = createHazbaseWalletClient();
    const { tokens } = await wallet.listTokens({
      chainId: 11155111,
    });
    
    console.log(tokens.length);
    Returns: tokens configured for the chain
    An empty array is also a successful response.

    Find your next step

    Start with the capabilities you need

    @hazbase/kitContracts & wallet APIs@hazbase/authAuthentication & sessions@hazbase/reactReact hooks & UI@hazbase/factoryDeploy & register@hazbase/relayerGasless integration@hazbase/storageFiles & metadata@hazbase/zkProofs & privacy

    Implementation patterns across businesses

    hazBase is infrastructure for more than one asset class. Business solutions such as RWA Ops for equipment and robotics build on the same foundation.