Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 506 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 506 Bytes

BC

This project defines the data structures of BlockChain as protocol buffers (https://developers.google.com/protocol-buffers/), allowing implementations in C, C++, C#, Dart, Go, Java, and/or Python.

Build

./build.sh --c_out=<c-output>

./build.sh --cpp_out=<cpp-output>

./build.sh --csharp_out=<csharp-output>

./build.sh --dart_out=<dart-output>

./build.sh --go_out=<go-output>

./build.sh --java_out=lite:<java-output>

./build.sh --python_out=<python-output>