Crynux Network
HomeBlogGitHubTwitterDiscordNetstats
  • Crynux Network
  • Releases
    • Helium Network
    • Hydrogen Network
  • System Design
    • Network Architecture
    • Consensus Protocol
      • Inference Task Validation
      • Training/FT Task Validation
    • Verifiable Secret Sampling
    • Task Lifecycle
      • Task State Transitions
    • Task Dispatching
    • Task Pricing
    • Quality of Service (QoS)
    • Model Distribution
  • Node Hosting
    • Start a Node
      • Start a Node - Windows
      • Start a Node - Mac
      • Start a Node - Linux
      • Start a Node - Docker
      • Start a Node - Vast
    • Get the Test CNX Tokens
    • Private Key Security
    • Assign GPU to the Node
    • Proxy Settings
    • Docker Compose Options
    • Advanced Configuration
  • Application Development
    • How to Run LLM using Crynux Network
    • Application Workflow
    • Execute Tasks
      • Text-to-Image Task
      • Text-to-Text Task
      • Text-to-Music Task
      • Text-to-Video Task
      • Fine-Tuning Task
    • Crynux Bridge
    • API Specification of the Relay
    • Crynux SDK
  • Crynux Token
    • Wallet Configuration
      • Metamask
  • Troubleshooting
    • FAQ
    • Locate the Error Message
    • Exceptions in WebUI
  • Misc
    • Privacy Policy
Powered by GitBook
On this page
  • Crynux SDK in Python
  • Crynux SDK in Go
  • Crynux SDK in JavaScript
Edit on GitHub
  1. Application Development

Crynux SDK

SDKs to bootstrap the application development

PreviousAPI Specification of the RelayNextWallet Configuration

Last updated 1 year ago

To speed up the integration of the Crynux Network into the applications. SDKs in several commonly used languages have been provided. The whole workflow to send the tasks and get the results are well encapsulated to be invoked easily.

Crynux SDK in Python

The source code of the SDK in Python can be found on the GitHub:

The example usages are provided in the README of the project.

Crynux SDK in Go

The SDK in Go will be released shortly.

Crynux SDK in JavaScript

The source code of the SDK in JavaScript can be found on the GitHub:

The example usages are provided in the README of the project.

GitHub - crynux-ai/crynux-sdk-python: Python SDK for crynux networkGitHub
GitHub - crynux-ai/crynux-sdk-js: Crynux SDK for the JavaScriptGitHub
Logo
Logo