Search

👷‍♀️

Building a Subnet

Building a Subnet

On this page you will learn how to start building a subnet.

Now that you know the basic concepts of the Checker network, it is time to start building. Here is a small recipe for getting started but you can obviously go about this in any way you choose.

Checker Subnet PoC Recipe

  1. Choose a DePIN network (https://coinmarketcap.com/view/depin/) or any other Web3 Network.
  2. Build a client (what we call a checker) to sample the functionality of the network’s nodes. Example functionality can include retrievability, availability, bandwidth, uptime, compute, geolocation.
    1. Find an API or data set that contains a list of the nodes in the Network and how to dial them. e.g. an IP address for each one.
    2. Create a set of sample tasks from the network’s chain state.
    3. Perform these sample tasks against a set of nodes in the network. N.B. It is important to test the nodes themselves and not some trusted API gateway that sits in front of the network. Often these gateways disguise what is actually happening behind the scenes.
  3. Create data around how successful the network is at fulfilling your requests and how successful individual nodes are in fulfilling your requests with them. Record this data to create scores and metrics on the chosen DePIN network.
  4. Aggregate this data to create scores and metrics on each node in the network.
  5. Create visualizations of the data

You can check out the next page for existing Checker subnets from PoC phase to production.

← Previous

Incentives

Next →

Subnet Directory