# Quickstart

Welcome to the **ToroForge Collective Developer Hub** — the gateway to building, integrating, and exploring the **Toronet blockchain**.

Whether you're a mobile developer, backend engineer, startup founder, or just blockchain-curious, this page will guide you to the right resources to start confidently.

***

#### 🧠 What Is ToroForge?

ToroForge is a **community-driven builder ecosystem** on top of **Toronet**, a next-gen blockchain built for:

* Real-world currencies like NGN, USD, and KSH
* Secure wallet creation & identity (TNS, KYC)
* Fast and cost-efficient on-chain interactions
* Developer-first integrations (via SDKs and APIs)

We’re here to help you **ship**, **scale**, and **stand out** — with a supportive, open developer community backing you.

***

### 🧭 What’s Available Here?

This developer portal gives you access to:

| Resource Area           | What You’ll Find                                           |
| ----------------------- | ---------------------------------------------------------- |
| **SDKs**                | Official toolkits for Flutter and Node.js                  |
| **Wallets & Identity**  | Create secure wallets, assign Toronet names, manage access |
| **Fiat Flows**          | Integrate NGN/USD/KSH deposits, perform KYC checks         |
| **Blockchain Data**     | Query blocks, transactions, and on-chain state             |
| **Smart Contracts**     | Deploy EVM-compatible contracts on Toronet                 |
| **Community & Support** | Get help, join bounties, contribute tools and docs         |

***

### 👨‍💻 For Developers

#### ▶️ Node.js & Backend Devs

* Use the **Node.js SDK** to integrate wallets, deposits, balances, and blockchain queries.
* Start with: [Node.js SDK](https://chatgpt.com/sdks/nodejs-sdk.md)

#### ▶️ Flutter & Mobile Devs

* Use our **Flutter SDK** (in progress) to build mobile wallets and Toronet-powered apps.
* Start with: [Flutter SDK](https://chatgpt.com/sdks/flutter-sdk.md)

***

### 🧑‍💼 For Business & Product Teams

* **Looking to integrate Toronet into your platform?**
  * Start by understanding the [Fiat Deposit Flow](https://chatgpt.com/fiat-deposit-flow.md)
  * Learn how KYC and wallet verification works
  * Connect with our team via [Discord](https://discord.gg/45SMNdGx5d)
* **Want a custom solution or enterprise integration?**
  * Reach out through our official channels or community moderators in Discord

***

### 🧑‍🎨 For Non-Coders & Contributors

You don’t need to write code to be part of the ecosystem.

* Join the community and contribute:
  * Guides, tutorials, and translations
  * UI/UX feedback or design systems
  * Testing tools and SDKs in real-world apps
* Explore: [Community Contribution Guide](https://chatgpt.com/community/contribution.md)

***

### 🔐 Before You Begin

A few things to keep in mind:

* You’ll need a **Toronet wallet address** for most interactions.
* For deposit/KYC features, you’ll need to **register a project** at [payments.connectw.com](https://payments.connectw.com/)
* All SDKs are TypeScript-based and optimized for clarity and security.

***

### 💬 Need Help?

* Ask in our [Discord](https://discord.gg/45SMNdGx5d)
* Report issues or contribute via [GitHub](https://github.com/toroforge)
* Join bounties, workshops, or feedback sessions

***

### 🚀 Ready to Dive In?

👉 Start with: [Node.js SDK](https://app.gitbook.com/o/t8zKvuqxCv30Lt5akwSK/s/b376AFhIr2OkSPaliJTg/~/changes/2/getting-started/sdks/javascript)\
👉 Or explore: [Fiat & Identity Systems](https://chatgpt.com/fiat-deposit-flow.md)\
👉 Browse: [All SDKs](https://app.gitbook.com/o/t8zKvuqxCv30Lt5akwSK/s/b376AFhIr2OkSPaliJTg/~/changes/2/getting-started/sdks)

Let’s build the future — together.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://toroforges-organization.gitbook.io/toroforge-collective/getting-started/quickstart.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
