Simple TCR on BigchainDB
Framework to create TCRs on BDB
Each TCR contains:
- a label / schellingpoint
- proposals
- challenges
- votes
{
"namespace": "<URI>",
"min_deposit": "<int>",
"min_vote": "<int>"
}
{
"namespace": "<URI>",
"registry_id": "<ID>",
"deposit": "<int>",
"description": "<string>"
}
{
"namespace": "<URI>",
"proposal_id": "<ID>",
"deposit": "<int>"
}
{
"namespace": "<URI>",
"challenge_id": "<ID>",
"deposit": "<int>",
"deposit": "<boolean>"
}