• Welcome to ZooBC Forum - ADVANCING BLOCKCHAIN TECHNOLOGY - by Blockchain Zoo.

What open-source libraries are being used in ZooBC blockchain?

Started by ZooBC, September 21, 2019, 12:07:12 PM

Previous topic - Next topic

ZooBC

What open-source libraries are being used in ZooBC blockchain?



@pkusuma and @andy on libraries

Leveraging open-source libraries is a best practice for software development because it produces software that is more secure since anyone is free to test and audit the code.
As Andy (Tech Developer) and Putu (Tech Associate) explain in this video, we're leveraging multiple open source libraries in our ZooBC prototype including: Mux-Webserver as our Go Library, Go-sqlite3, which is a sqlite3 driver for GoLang, gRPC for peer communication, and Protobuf to define the structure of our peer communication data.