Author: @cloudsay | Website: microblog.bitspv.com
This document outlines the core data design for Metanet Microblog, an open protocol for decentralized social media. It enables developers to build diverse applications on a shared, on-chain data layer where users retain full data ownership. This text details the protocol's design and the trade-offs involved, aiming to accelerate innovation on BSV.
- Technology: Core data is stored on the BSV blockchain using the
GlobalKVStorecomponent from@bsv/sdk. - Data Model: A simple Key-Value model where the key is a unique string and the value is a JSON string.