Skip to content

chadhakunal/linear-pbft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linear PBFT

Project Details

  • Name: Kunal Chadha
  • SBU ID: 116714323

Tests

The test cases for the system are provided in the file: tests/test-1.csv.


Running the System

Option 1: Setup Using Docker

To quickly set up and run the system using Docker, follow these steps:

  1. Install Docker: Follow the instructions here to install Docker: Get Docker.

  2. Run the Docker setup script:

    docker-compose up --build
  3. Access the apaxos-client container:

    docker exec -it linear-pbft-client /bin/bash
  4. Run the client program:

    ./linear-pbft-client

About

PBFT Implementation in CPP for a banking transaction processing system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors