{
    "p": "BDB",
    "op": "T",
    "Subject": "Genesis Inscription for BDB Protocol",
    "Subtitle": "First fully decentralized, censorship-resistant discussion board on Bitcoin."
}

Description:
The concept of BDB is to create a discussion board using the power of the Ordinals theory.
It's a permanent, immutable place to post your thoughts, poems, opinions, engage in discussions, or leave a message for future generations.
The initial version of BDB allows users to create forum threads, posts, and responses to those posts.
Your words - your asset.


Examples of Usage:

Create a New Thread(json):
{
    "P": "BDB",
    "op": "T",
    "Subject": "Subject here, max length of 100 characters",
    "Subtitle": "Subtitle of the subject here, max length of 100 characters"
}

Create a New Post within an Existing Thread:
{
    "P": "BDB",
    "op": "P",
    "To": "InscriptionID of the thread within which you're creating the post",
    "Subject": "Subject of your post, max length of 100 characters",
    "Content": "Content of your post (text)"
}


Create a Response to an Existing Post or Existing Post Content:
{
    "P": "BDB",
    "op": "R",
    "To": "InscriptionID of the post you're replying to or InscriptionID of the response under the post structure",
    "Content": "Content of your response (text)"
}


Note:
The indexer will pick up 'BDB' from the block on which this inscription has been confirmed onwards.
Data will be displayed in a discussion board format structure timestamped by the block timestamp.
Inscriptions labeled 'BDB' that don't adhere to the above rules will be indexed as uncategorized messages and not be included in the main forum structure.
This is an experiment, so there are no promises or expectations.

bitcoindiscussionboard.com
@DAnTerBTC