| title | Start Here |
|---|---|
| description | Technical documentation and tools for developing with and on Torus. |
import { Steps, Aside, CardGrid, Card, Tabs, TabItem } from "@astrojs/starlight/components";
Welcome to the Development section of the Torus documentation.
This section provides comprehensive technical resources for developers building with Torus — from setting up development environments to running nodes and managing keys.
Whether you're integrating with existing web apps, querying data, or running your own infrastructure, you'll find the technical details here.
Building and integrating with the Torus ecosystem:
- Overview and Setup — Setting up the development environment and understanding the monorepo structure
- Querying Data — API operations for retrieving stake allocation and network data
Command-line operations for key and balance management:
- Key Management — Creating, importing, and managing cryptographic keys
- Balance Operations — Transferring and staking operations via CLI
Running and configuring Torus network infrastructure:
- Global Parameters — Understanding and configuring blockchain parameters
- Running a Node — Setting up and operating a Torus Substrate node
Need help with development tasks? The community is here to help:
- Discord — Technical discussions, support, and announcements
- Telegram — General chat and announcements
- Twitter — Updates and ecosystem news
Explore the open source code to understand implementation details:
- torus-substrate — Core blockchain runtime built on Substrate
- torus-ts — TypeScript SDK for building on Torus and WebApps
- torus-docs — This documentation