8000 GitHub - lukajose/Gam: A custom crypto currency
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lukajose/Gam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Crypto Currency

A custom crypto currency in C++. The currency uses a similar p2p protocol as bitcoin. Instead of raw tcp the currency uses grpc. The concencus mechanism used is proof of work. More on this later.

Dependencies

grpc uses proto 3 to install the compiler follow the instructions:

Compiling

You will need bazel to run the project to install follow the instructions:

To compile grpc libraries and proto buffs:

bazel build :cppGamConcensusGrpc

Run using:

bazel run //:main/main

Run grpc server using:

bazel run //test:greeter_server

Run grpc client with:

bazel run //test:greeter_client

About

A custom crypto currency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0