The complete SDK for tokenizing real-world assets with built-in compliance, KYC/AML verification, and yield distribution. Production-ready, audited, and optimized for Mantle.
Everything you need to build compliant real-world asset platforms
ERC-3643 (T-REX) compliant security tokens with built-in KYC/AML verification and modular compliance modules for global regulatory requirements.
Learn moreAudited smart contracts, comprehensive test coverage, gas-optimized implementations, and UUPS upgradeable proxies for enterprise deployments.
Learn moreTypeScript SDK with full type safety, React components with dark/light themes, and extensive documentation to accelerate your development.
Learn moreLow transaction costs, fast finality, Ethereum compatibility, and robust infrastructure. Built specifically for the Mantle Network ecosystem.
Learn moreDeploy your first compliant RWA token with just a few lines of code. The SDK handles all the complexity of ERC-3643 compliance, KYC integration, and smart contract deployment.
import { RWAClient } from '@mantle-rwa/sdk';
// Initialize the SDK
const client = new RWAClient({
network: 'mantle-sepolia',
privateKey: process.env.PRIVATE_KEY,
});
// Deploy a complete RWA system
const deployment = await client.deployRWASystem({
tokenName: 'Real Estate Token',
tokenSymbol: 'RET',
initialSupply: '1000000',
});
console.log('Token deployed:', deployment.token.address);Choose your path to get started with the Mantle RWA SDK
From real estate to private equity, the SDK supports diverse asset tokenization scenarios
Tokenize commercial and residential properties with fractional ownership.
Create compliant security tokens for private equity and venture funds.
Tokenize precious metals, agricultural products, and other commodities.
Get help, share ideas, and connect with other developers building on Mantle RWA SDK.