ZooBC Forum - ADVANCING BLOCKCHAIN TECHNOLOGY - by Blockchain Zoo

Documentation => Technical Documentation => Topic started by: ZooBC on September 21, 2019, 12:07:12 PM

Title: What open-source libraries are being used in ZooBC blockchain?
Post by: ZooBC on September 21, 2019, 12:07:12 PM
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.