This commit is contained in:
2024-03-18 14:28:08 +02:00
parent f9674a74b9
commit e12acb690e
876 changed files with 788 additions and 546 deletions

View File

@@ -0,0 +1,3 @@
# Blockchain Database
Show how we are not just a stellar blockchain project and explain how our BCDB is part of our protocol.

View File

@@ -0,0 +1,6 @@
[Atomic Swaps Technical Documentation](https://github.com/threefoldfoundation/tfchain/blob/master/doc/atomicswaps/atomicswap.md)
```
!!!wiki.include
link = "https://github.com/threefoldfoundation/tfchain/blob/master/doc/atomicswaps/atomicswap.md"
```

View File

@@ -0,0 +1,6 @@
```
!!!wiki.include
link = "https://github.com/threefoldtech/rivine/blob/master/doc/ProofOfBlockStake.md"
```
More details can be found in [ThreeFold Rivine Github Repository documentation](https://github.com/threefoldtech/rivine/tree/master/doc)

View File

@@ -0,0 +1,4 @@
# ThreeFold Rivine Blockchain
[ThreeFold Rivine GitHub repository](https://github.com/threefoldtech/rivine)

View File

@@ -0,0 +1,5 @@
* [Rivine Blockchain](rivine_blockchain.md)
* [Proof of BlockStake Consensus](proof_of_blockstake.md)
* [Atomic Swaps & Decentralized Exchange](atomic_swaps.md)
* [Run a ThreeFold Chain Node](https://github.com/threefoldfoundation/tfchain)
* [How to install the TF Chain Explorer](https://github.com/threefoldtech/rivine-chain-explorer)