New vertex
Initializing a new vertex.
The provider
static provider_info_t algoexplorer_provider =
{.url = (char *) "https://api.testnet.algoexplorer.io",
.port = 0,
.header = (char *) ""};
static provider_info_t purestake_provider =
{.url = (char *) "https://testnet-algorand.api.purestake.io/ps2",
.port = 0,
.header = (char *) "x-api-key:xxx"}; // replace the xxx with your tokenThe event handler
Initialization
Compile and Run
Weak implementation
Last updated
Was this helpful?