# PRCToken-TM **Repository Path**: FogVDN-Blockchain/PRCToken-TM ## Basic Information - **Project Name**: PRCToken-TM - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-05-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pbft [Byzantine-Fault Tolerant](https://en.wikipedia.org/wiki/Byzantine_fault_tolerance) [State Machine Replication](https://en.wikipedia.org/wiki/State_machine_replication). Or [Blockchain](https://en.wikipedia.org/wiki/Blockchain_(database)) for short. [![](https://tokei.rs/b1/github/LiuzhouChan/pbft?category=lines)](https://github.com/LiuzhouChan/pbft) This project is just in developing, and the first version is on the way. ## build the project 1. mkdir build 2. cd build 3. cmake .. 4. make