Skip to main content
🚀Now in Beta

Build Compliant RWA Platforms
on Mantle Network

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.

ERC-3643Compliant
100%TypeScript
AuditedContracts
GitHub Starsnpm Versionnpm DownloadsLicense

Trusted by developers building the future of tokenized assets

Why Mantle RWA SDK?

Everything you need to build compliant real-world asset platforms

Compliance-First

ERC-3643 (T-REX) compliant security tokens with built-in KYC/AML verification and modular compliance modules for global regulatory requirements.

Learn more

Production Ready

Audited smart contracts, comprehensive test coverage, gas-optimized implementations, and UUPS upgradeable proxies for enterprise deployments.

Learn more

Developer Experience

TypeScript SDK with full type safety, React components with dark/light themes, and extensive documentation to accelerate your development.

Learn more

Mantle Optimized

Low transaction costs, fast finality, Ethereum compatibility, and robust infrastructure. Built specifically for the Mantle Network ecosystem.

Learn more

Get Started in Minutes

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

  • Full TypeScript support with type inference
  • Automatic gas estimation and optimization
  • Built-in compliance and KYC verification
deploy.ts
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);

Built for Real-World Use Cases

From real estate to private equity, the SDK supports diverse asset tokenization scenarios

Real Estate

Tokenize commercial and residential properties with fractional ownership.

  • Fractional ownership
  • Rental yield distribution
  • Property management
View example

Private Equity

Create compliant security tokens for private equity and venture funds.

  • Accredited investor verification
  • Lock-up periods
  • Dividend distribution
View example

Commodities

Tokenize precious metals, agricultural products, and other commodities.

  • Asset-backed tokens
  • Custody integration
  • Real-time pricing
View example

Join the Community

Get help, share ideas, and connect with other developers building on Mantle RWA SDK.

Ready to build?

Start tokenizing real-world assets on Mantle Network today.

Get Started