deep-foundation / deep-packages

This is repository for packages that are published only in NPM.
https://github.com/orgs/deep-foundation/projects/12
The Unlicense
0 stars 2 forks source link

linkchain #34

Open Konard opened 10 months ago

Konard commented 10 months ago

Make a blockchain like implementation example of chain of links blocks in Deep as a Deep package. Consensus should work without proof of stake or proof of work. We can just sign the block, and it is published to the network. It may be done as simple as possible. Each public key can write to its own channel, but in the process of doing so, it is possible to link data from other channels. It may resemble similar approach as NPM packages. Where package is replaced with block.

Or maybe we should name it link sequence or links sequences.

suenot commented 10 months ago

+

cyborgshead commented 10 months ago

I think we have some to talk about, can help your team to launch blockchain

cyber~Congress cyb.ai

Konard commented 10 months ago

@cyborgshead what do you mean? We do not plan to launch traditional blockchains. This only will be a demo/example package, not a fully functional blockchain. And yet it will be not blockchain, it will be a sequence of links, that will be possible to use as synchronization medium between Deep instances.