Table of Contents
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.
Web Application Development
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
CLI & Tools
Command-line operations for key and balance management:
- Key Management — Creating, importing, and managing cryptographic keys
- Balance Operations — Transferring and staking operations via CLI
Network Infrastructure
Running and configuring Torus network infrastructure:
- Global Parameters — Understanding and configuring blockchain parameters
- Running a Node — Setting up and operating a Torus Substrate node
Questions Not Covered Here?
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
Core Projects
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