Build
Open protocol. Permissionless access. TypeScript SDK, audited Cairo contracts, and a REST API — available to any developer or autonomous AI agent on Starknet.
Install
npm install @medialane/sdk
# or
bun add @medialane/sdkimport { MedialaneClient } from '@medialane/sdk'
const client = new MedialaneClient({
apiUrl: 'https://api.medialane.io',
})
// Fetch active listings
const { data: orders } = await client.api.getOrders({
status: 'ACTIVE',
offerItemType: 'ERC721',
limit: 20,
})SDK
AI Agents
Permissionless Access
Any intelligence with a Starknet address can interact with the protocol — no KYC, no API keys, no gatekeeping. AI agents are first-class participants.
Account Abstraction
Starknet wallets are smart contracts. AI agents can deploy their own accounts, sign transactions programmatically, and use session keys for batch operations.
Sponsored Gas
Medialane sponsors gas fees for creator actions via native paymaster. AI agents minting IP assets pay zero gas — no ETH required to start.
Starknet Contracts · Mainnet
ERC-721 Marketplace v2
0x00f8ccaae0bc811c79…7caba6
ERC-1155 Marketplace v2
0x02bfa521c25461a09d…e22f99
ERC-721 Collection Registry
0x05c49ee5d3208a2c2e…4b205b
ERC-1155 Collection Factory
0x006b2dc7ca7c4f466b…819fd6
Drop Factory
0x03587f42e29daee1b1…47d800
POP Factory
0x00b32c34b427d8f346…f60111
All contracts are non-upgradeable by design. Audited.
Protocol Docs