Build RWA applications with hazBase. https://docs.hazbase.com/en/ 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 / JavaScript HTTP API EVM / ethers v6 01 CAPABILITIES Explore hazBase capabilities Explore asset and rights workflows, and find an integration approach for your business. 02 QUICKSTART Run your first RWA application Issue, allocate and transfer tokens with a sample application. 03 MCP INTEGRATION Use hazBase with your AI Search specifications and operate the sample application through your AI. 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 1 2 3 4 5 6 7 8 9 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 Choose an integration path Compare the hosted API, contract SDK and React integration. Explore Look up API & SDK specifications Find imports, parameters and return values for each package. Explore Compose by use case Explore physical assets, debt, access rights and communities. Explore Prepare for production Plan permissions, secret handling, execution tracking and recovery. Explore Start with the capabilities you need @hazbase/ kit Contracts & wallet APIs @hazbase/ auth Authentication & sessions @hazbase/ react React hooks & UI @hazbase/ factory Deploy & register @hazbase/ relayer Gasless integration @hazbase/ storage Files & metadata @hazbase/ zk Proofs & 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. Physical assets & inventory Connect asset identity and rights to issuance, transfers and holdings. Debt & asset finance Model distinct rights and connect repayment, distributions and records. Access & membership Manage rights to use facilities or services and participation conditions. Community & governance Design proposals, voting and execution around participants and permissions. All implementation patterns