Get Started
Last updated
Last updated
To get started using Macrocosmos Software Development Kit (SDK) you should:
Generate your API key using the instruction from the page
Ensure that you are using Python 3.9+ or Typescript
The Client classes — such as ApexClient
and GravityClient
, serve as the primary interface between your application and a specific Macrocosmos subnet.
When you initialize a client - ApexClient
or GravityClient
, you're creating a scoped connection to that subnet. This setup manages authentication via your API key.