ToroForge
Developer Protocol
Build high-performance decentralized applications on the Living Network. Access enterprise-grade tools, bioluminescent data streams, and seamless cross-chain primitives.
SDK Access
ToroSDK for JavaScript
NPM: torosdk • v4.2.0
npm install torosdkToronet for Flutter/Dart
Pub.dev: toronet • v1.1.2
flutter pub add toronetimport { Toronet } from '@toroforge/core'; // Initialize the Living Network Provider const client = new Toronet.Client({ network: 'mainnet-alpha', apiKey: process.env.TORO_KEY }); // Deploy a new bioluminescent node async function deploy() { const node = await client.deployContract({ name: "EcoToken", logic: "protocol://living-asset-v1", initialSupply: 1000000n }); console.log(`Protocol live at: ${node.address}`); } deploy();
Step 01
Setup Environment
Install CLI tools and configure your local development container with ToroForge primitives.
Step 02
Build Logic
Draft your smart contracts using our specialized TypeScript-to-VM compiler.
Step 03
Test Network
Simulate high-load transactions on the Toro-Testnet sandbox before going live.
Step 04
Global Deploy
Propagate your application to the decentralized network fabric.
Core Knowledge
Core Concepts
Understand the underlying Living Network architecture and node types.
terminalSmart Contracts
Master the ToroForge Contract Language (TCL) for on-chain logic.
apiAPI Reference
Comprehensive documentation for every endpoint and gRPC stream.
verified_userSecurity
Audit checklists and best practices for mission-critical apps.