cbitcoin是C语言实现的比特币Bitcoin库。
特性:
Bitcoinmessagestructureswithserialisationanddeserialisationfunctions.Abitcoinscriptinterpreter.Functionsforbuildingandverifyingmerkletrees.Basicfunctionswhichcanbeusedinvariousvalidationmodels(fullnodes,pruningnodes,SPVnodesorwhatever).Asynchronousnetworkingcodewhichprovidesasimpleinterfacetothebitcoinnetworkforsendingandreceivingmessages.Anetworkaddressmanager.Automaticbitcoinhandshakes.Automaticpeerdiscovery.Automaticpingsandpongresponses.Base-58bitcoinaddressencoding.Simplereferencecountingmemorymanagement.Doxygendocumentationandwell-documentedsourcecode.Providesinterchangeablecomponentsforprovidingdependencieswithoutneedingtoinstalllibrariesyoudonotneed,orcannotobtain.Implementationsofthedependencycomponentsusinglibevent,opensslandPOSIXlibraries.
评论