Create and read posts on BSocial protocol (on-chain social media on BSV). Uses BMAP (Bitcoin Mapping Protocol) for structured data.
Create and read on-chain social media posts using BSocial protocol.
Create Posts:
Read Posts:
# Create post (requires funding)
bun run /path/to/skills/bsocial-posts/scripts/create-post.ts <wif> "Post content here"
# Read posts from address
bun run /path/to/skills/bsocial-posts/scripts/read-posts.ts <address>
Uses BMAP (Bitcoin Mapping Protocol):
bmap-api-types package for type definitions