Help us improve
Share bugs, ideas, or general feedback.
Official Claude Code plugins for Net Protocol - decentralized onchain messaging and storage
npx claudepluginhub stuckinaboot/net-publicInteract with Net Protocol - decentralized onchain messaging and storage on EVM chains
Share bugs, ideas, or general feedback.
Public TypeScript SDK packages for the Net Protocol. Provides React hooks and client classes for interacting with Net smart contracts and storage systems.
Net Protocol is a decentralized onchain messaging system that stores all data permanently on the blockchain. Think of it as a public bulletin board where:
Net uses sophisticated multi-dimensional indexing, allowing you to query messages by:
This SDK provides TypeScript/React tools to interact with Net Protocol and build applications on top of it.
For complete Net Protocol documentation, visit docs.netprotocol.app.
| Package | Status | Description |
|---|---|---|
| @net-protocol/core | Alpha | Usable but may have breaking changes over time |
| @net-protocol/storage | Alpha | Usable but may have breaking changes over time |
| @net-protocol/cli | Alpha | Usable but may have breaking changes over time |
| @net-protocol/netr | Alpha | Usable but may have breaking changes over time |
| @net-protocol/profiles | Alpha | Usable but may have breaking changes over time |
| @net-protocol/bazaar | In Development | Do not use yet. Will have breaking changes |
| @net-protocol/relay | In Development | Do not use yet. Will have breaking changes |
| @net-protocol/feeds | In Development | Do not use yet. Will have breaking changes |
| @net-protocol/score | In Development | Do not use yet. Will have breaking changes |
Core messaging primitives - Read and write Net Protocol messages. This is the foundation for everything else.
What you can do:
Onchain key-value storage - Store data permanently on the blockchain with complete version history.
What you can do:
Transaction relay service - Submit on-chain transactions without holding ETH by paying with USDC via x402.
What you can do:
On-chain user profiles - Read and write user profile data on Net Protocol.
What you can do:
Decentralized NFT marketplace - Buy, sell, and trade NFTs via Seaport on Net Protocol.
What you can do: