8000 GitHub - Arman17Babaei/pbft
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Arman17Babaei/pbft

Repository files navigation

PBFT Simple Implementation

Execution

cd proto
protoc --go_out=. --go-grpc_out=. pbft.proto
cd ..
go run cmd/node/main.go --cluster

Monitoring

You can monitor the execution of nodes using grafana and prometheus. To do so, run the following commands:

docker-compose up -d

This brings up a grafana instance on localhost:3000 and a prometheus instance on localhost:9090. You can access the grafana instance using the credentials admin:admin. The prometheus instance is used to scrape metrics from the nodes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0