# Toronet Sdk

> Use the ToroSDK TypeScript package for ToroNet workflows. Use when the user wants SDK-based wallet creation or import, password verification, blockchain queries, KYC or fiat flows, virtual wallet operations, bridge features, or SDK-based ToroNet deployment and transaction support.

- **Type:** Skill
- **Install:** `agentstack add skill-toronet-guidl-toronet-agent-skills-toronet-sdk`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [toronet-guidl](https://agentstack.voostack.com/s/toronet-guidl)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [toronet-guidl](https://github.com/toronet-guidl)
- **Source:** https://github.com/toronet-guidl/toronet-agent-skills/tree/main/skills/toronet-sdk

## Install

```sh
agentstack add skill-toronet-guidl-toronet-agent-skills-toronet-sdk
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# toronet-sdk

## When to use

Use this skill when the user wants to:

- initialize and configure ToroSDK
- create or import ToroNet wallets with the SDK
- verify wallet passwords or retrieve wallet keys
- use ToroSDK for blockchain queries
- use ToroSDK for KYC, fiat deposit, virtual wallet, token, payment, or bridge flows
- create or verify credentials that will later be used with ToroNet API-based transaction flows
- use SDK-based ToroNet deployment or network-aware SDK usage

Do not use this skill for plain RPC integrations with ethers.js or wagmi unless the user is explicitly comparing the SDK with those approaches.

## Instructions

1. Treat ToroSDK as the preferred path when the user explicitly wants SDK-based integration or when the task involves ToroNet-specific product flows beyond normal EVM reads.
2. Identify the SDK workflow first: SDK initialization, wallet or credential flow, blockchain query, admin or project flow, bridge flow, or SDK-based deployment.
3. Initialize the SDK correctly before describing other SDK operations, and be explicit about network selection: testnet and mainnet are both supported, and if the user does not configure the SDK it defaults to mainnet.
4. When the user needs credentials for later ToroNet API-based calls, prefer SDK wallet flows such as wallet creation, wallet import, and password verification.
5. When a workflow requires special credentials, call that out clearly: KYC requires the correct admin credentials, fiat deposit requires project registration and admin credentials, and many admin and payment flows require admin or whitelisted credentials.
6. Keep normal user-facing examples separate from admin-sensitive examples, and keep backend-sensitive operations out of public frontend examples when secrets or passwords are involved.
7. If the user asks about deployment through the SDK, explain that ToroSDK supports ToroForge deployment to testnet or mainnet, supports constructor arguments and custom owner addresses, uses the configured SDK network by default, allows per-call override, and requires token-based authorization for mainnet.
8. Keep the answer focused on SDK usage rather than generic blockchain theory.

## Default workflow

1. Identify the exact SDK job the user wants to do.
2. Initialize the SDK with the intended network.
3. Choose the appropriate SDK function group.
4. Check whether the workflow needs normal user credentials, admin credentials, or project credentials.
5. Provide a practical example and add only the necessary warnings about secrets, credentials, and network choice.

## Checks

- SDK is installed and the network is set correctly
- user understands that the default network is mainnet if not configured
- secrets are not exposed in frontend code
- admin-only and project-only flows are clearly labeled

See [the reference guide](references/REFERENCE.md) for supported SDK capabilities, workflow guidance, and safety notes.

Relevant assets:

- `assets/initialize-sdk.ts`
- `assets/wallet-and-credentials.examples.ts`

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [toronet-guidl](https://github.com/toronet-guidl)
- **Source:** [toronet-guidl/toronet-agent-skills](https://github.com/toronet-guidl/toronet-agent-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-toronet-guidl-toronet-agent-skills-toronet-sdk
- Seller: https://agentstack.voostack.com/s/toronet-guidl
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
