This article is a continuation of CHATTING WITH PEERS FOR FUN AND PROFIT. If you have not already read that article, you should read it and we’ll be waiting for you! One of the limitations of that article is that we omitted proper certificate verification using ssl.CERT_NONE. That...

Background This guide will walk through calling basic catapult client C++ functions from python using cffi. For the purposes of this example, we will be calling the following functions from VRF.h: /// Generates a verifiable random function proof from \a alpha and \a keyPair. VrfProof GenerateVrfProof(const RawBuffer& alpha, const...

This guide will walk through the changes required to fork the catapult client by using the recent 1.0.3.4 fork as an example. The specific fix in that fork will not be covered in detail as this guide is meant to be descriptive of common changes...

Learn about the roles of Notifications, Observers and Validators in the Catapult architecture as we look at how transfers between accounts are made....