Skip to content

Instantly share code, notes, and snippets.

View rBurgett's full-sized avatar

Ryan rBurgett

View GitHub Profile
@rBurgett
rBurgett / cc_gateway_request_logging.md
Last active February 28, 2023 03:11
CC Gateway Request Logging

We have the first version of our internal relay stats manager live. There were a number of questions about how we collect and record this data, so I wanted to take a moment to give a little insight.

Our haproxy stack consists of three haproxy containers:

         TCP Server
           /    \
HTTP Server 0  HTTP Server 1
  • TCP Server - Despite the name, this server runs in HTTP mode. Its only job is to route traffic to the available HTTP Server 0 or 1.
@rBurgett
rBurgett / cc-provider-api.md
Last active June 9, 2023 22:52
CC Provider API

Community Chains Provider API Documentation

This is a work in progress and subject to change.

/v1/providers/{{PROVIDER_ID}}/unlock

Authenticates the user and provides a token valid for 24 hours which can be used to make calls to the provider API.

Endpoint:

https://api.cc.nodepilot.tech/v1/providers/{{PROVIDER_ID}}/unlock

Method:

POST

@rBurgett
rBurgett / nodewallet_sdk.md
Last active October 17, 2023 18:05
NodeWallet SDK