Digested-Tile 2024-09-12
Authors:: Bry B., Jonny S., and WikiWe contributors License:: CC BY-SA 4.0 Digest Root:: 52314b5d4bf7
MarkdownTile
Private Blockchain: Decentralized Verification Without Global Consensus
The private blockchain in Doc Seal enables blockchain-like verification without global consensus or key management, offering a more simple, efficient, content-protecting, and scalable solution for document integrity and version control. Unlike global blockchain networks such as Bitcoin or Ethereum, which require all nodes to agree on the state of the entire network, the private blockchain in Doc Seal focuses on maintaining a verifiable chain of document states at the individual user level [^2].
Key features:
- Local-First Approach: Maintains a verifiable chain of document states at the individual user level.
- Reduced Resource Usage: Eliminates need for network-wide confirmation.
- Enhanced Privacy: Document changes can be kept private or shared selectively.
- Offline Capability: Users can work and maintain their chain without internet connectivity.
A human-readable private blockchain for Doc Seal can be implemented as follows:
`### [[${fileName}]] 🔒 #ds/root/${digestRoot} chained to #ds/block/${previousBlockchainEntryDigest} on ${currentTimestamp}
${digestTags.join(' ')}
#ds/block/${blockchainEntryHash}`;This private blockchain structure includes the file name, Digest Root, reference to the previous block, timestamp, all digest tags, and a new block hash. This enables a local-first, offline-first approach while allowing for eventual online synchronization, aligning with NOSTR and emerging trends in decentralized computing.
Doc Seal Quickstart - a simple implementation in Obsidian.md
Using Obsidian’s Templater Plugin
- Ask for help in the WikiWe 🟡 Group. Please include the step you are stuck on and other relevant info to get better support.
Setup Steps
Link to original
- Getting Started with Obsidian.md if you are new to Obsidian
- Install and enable Templater within Community Plugins.
- Configure or confirm the “Template folder location” and “Script files location folder” under Templater settings
- Copy and add the following templates and scripts to these folders:
- Open a markdown document in Obsidian you want to digest via Doc Seal
- Run the
Templater: Open insert template modalcommand via the command pallet in Obsidian.- Select
Doc Seal 0.9 - Digest & Seal - Current Document. For small files, after a few moments, you should see digest tags added to the end of each tile in your file and a few notice messages.- Confirm that the folder
x/dsis automatically created and tiles and blockchain files are created therein. You can modify the templates and scripts to change this folder path. 2024-09-12
DeformattedTile
Private Blockchain: Decentralized Verification Without Global Consensus The private blockchain in Doc Seal enables blockchain-like verification without global consensus or key management, offering a more simple, efficient, content-protecting, and scalable solution for document integrity and version control. Unlike global blockchain networks such as Bitcoin or Ethereum, which require all nodes to agree on the state of the entire network, the private blockchain in Doc Seal focuses on maintaining a verifiable chain of document states at the individual user level [^2]. Key features:
- Local-First Approach: Maintains a verifiable chain of document states at the individual user level.
- Reduced Resource Usage: Eliminates need for network-wide confirmation.
- Enhanced Privacy: Document changes can be kept private or shared selectively.
- Offline Capability: Users can work and maintain their chain without internet connectivity. A human-readable private blockchain for Doc Seal can be implemented as follows:
`### [[${fileName}]] 🔒 #ds/root/${digestRoot} chained to #ds/block/${previousBlockchainEntryDigest} on ${currentTimestamp}
${digestTags.join(' ')}
#ds/block/${blockchainEntryHash}`;This private blockchain structure includes the file name, Digest Root, reference to the previous block, timestamp, all digest tags, and a new block hash. This enables a local-first, offline-first approach while allowing for eventual online synchronization, aligning with NOSTR and emerging trends in decentralized computing.
Doc Seal Quickstart - a simple implementation in Obsidian.md
Circular transclusion detected: Standards/DS/Doc-Seal-Protocol/Setup-Doc-Seal-0.9---Templates--and--User-Scripts