mirror of
https://github.com/planetmint/planetmint.git
synced 2025-03-30 15:08:31 +00:00
19 lines
827 B
Markdown
19 lines
827 B
Markdown
<!---
|
|
Copyright © 2020 Interplanetary Database Association e.V.,
|
|
Planetmint and IPDB software contributors.
|
|
SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
|
|
Code is Apache-2.0 and docs are CC-BY-4.0
|
|
--->
|
|
|
|
# Planetmint와 Byzantine Fault Tolerance
|
|
|
|
<<<<<<< HEAD
|
|
[Planetmint Server](https://docs.planetmint.com/projects/server/en/latest/index.html)
|
|
는 블록체인 합의와 트랜잭션 복제에 [Tendermint](https://tendermint.com/)를 사용합니다.
|
|
=======
|
|
[Planetmint Server](https://docs.planetmint.io/projects/server/en/latest/index.html)
|
|
는 블록체인 합의와 트랜잭션 복제에 [Tendermint](https://tendermint.io/)를 사용합니다.
|
|
>>>>>>> 3bfc3298f8210b135084e823eedd47f213538088
|
|
|
|
그리고 Tendermint 는 [Byzantine Fault Tolerant (BFT)](https://en.wikipedia.org/wiki/Byzantine_fault_tolerance).
|