원클릭으로
nebulaDuel
nebulaDuel에는 Nonnyjoe에서 수집한 skills 11개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Language-agnostic specification for Cartesi Rollups v2 backend application logic. Defines deterministic state transitions, payload contracts, finish-loop correctness, and verifiable output emission under replay and dispute conditions.
Build Cartesi Rollups v2 backend applications in JavaScript and TypeScript with shared fundamentals: finish loop, typed payload parsing, advance/inspect handler separation, output emitters, asset deposits/withdrawals (Ether, ERC20, ERC721), and tests. Use when backend runtime is Node.js and the stack is JS or TS.
Build Cartesi Rollups v2 backend applications in Python with production-shaped structure: finish loop, advance/inspect handlers, payload codecs, output emitters, state modules, tests, and operational checks. Use when the target backend stack is Python.
Wire L1 smart contracts into a Cartesi Rollups v2 application via the InputBox contract. Use this when the user needs inputs to originate from on-chain contracts (oracles, governance, bridges, feeds), wants to write Solidity contracts that call InputBox.addInput, needs to execute vouchers on-chain, or wants to validate on-chain outputs. Triggers on: "L1 contract", "InputBox", "addInput", "on-chain input", "oracle", "governance", "bridge", "voucher execution", "validate output", "Solidity contract", "Foundry", "on-chain ingress", "portal", "ERC20 bridge", "Ether bridge".
Diagnose and fix errors across the Cartesi Rollups v2 stack. Use this whenever the user hits an error, unexpected behaviour, or a failed operation at any layer — CLI version confusion, build, run, node startup, application deployment, advance processing, inspect, voucher execution, or blockchain interaction. Triggers on: "error", "failed", "not working", "stuck", "wrong output", "inspect returns nothing", "advance not processed", "deploy failed", "deploy command not found", "chain id mismatch", "port", "container", "docker", "node won't start", "debug", "troubleshoot", "cartesi run fails", "wrong version", "command not found".
Deploy a Cartesi Rollups v2 application to a self-hosted rollups node for testnet or production-style deployment using Docker Compose. Covers CLI version detection, project version detection, building the machine image, downloading and configuring the Mugen-Builders compose setup, setting up the .env file, starting the node services, and registering the application. Also covers application lifecycle management (list, status, remove, execution parameters) and the node components reference. Triggers on: "deploy", "self-hosted", "testnet", "rollups node", "docker compose", "compose.local", "register application", "node setup", "Sepolia", "mainnet deployment", "production node", "Mugen-Builders".
Build Cartesi Rollups v2 frontend applications with clear module boundaries and predictable runtime behavior: wallet integration, app I/O, configuration, and optional asset bridging. Use this whenever the user asks for React/Next.js/ Angular (or any web frontend) that connects wallets, sends inputs to InputBox, reads machine state via Cartesi JSON-RPC, or uses @cartesi/wagmi and @cartesi/viem packages. If the user provides or references a project DESIGN.md, treat it as the primary visual design authority and follow Google DESIGN.md format/spec conventions.
Query a running Cartesi Rollups v2 node via its JSON-RPC 2.0 API (port 10011). Use this whenever you need to list or fetch applications, epochs, inputs, outputs (notices, vouchers, DELEGATECALL vouchers), reports, or node metadata programmatically. Covers all cartesi_ prefixed methods, type definitions, pagination and filtering patterns, error handling, and complete TypeScript interface reference. Triggers on: "JSON-RPC", "cartesi_listInputs", "cartesi_getOutput", "cartesi_listReports", "query node", "JSON-RPC API", "port 10011", "query outputs", "fetch notices", "fetch vouchers", "list epochs", "get processed inputs", "node version", "chain id", "jsonrpc-api service".
Run, test, and iterate on a Cartesi Rollups v2 application locally. Covers CLI version detection, building the Cartesi Machine image, running a local devnet, using cartesi run, sending advance and inspect requests via CLI, reading outputs, and running with a forked chain for realistic testing. Use this whenever the user wants to run their app locally, test their handlers, send inputs, read outputs, or debug application behaviour in a local environment. Triggers on: "run locally", "cartesi run", "test my app", "send input", "inspect", "read outputs", "local devnet", "Anvil", "fork", "sanity check", "cartesi build".
Scaffold a new Cartesi Rollups v2 application from scratch using the Cartesi CLI. Use this whenever a user wants to create a new Cartesi dApp, set up the project structure, choose a language template, or understand the baseline file layout before writing any backend logic. Also handles detecting which CLI version (v1.5 or v2.0-alpha) the user has installed and identifying project version from the Dockerfile. Triggers on: "create a new Cartesi app", "scaffold", "cartesi create", "new dApp", "start a Cartesi project", "initialize a Cartesi application", "which version", "what CLI do I have".
Starter guide and routing map for the Cartesi Rollups v2 skill pack. Use this whenever the user is new to Cartesi, is unsure which skill to load, asks about the end-to-end lifecycle of a Cartesi dApp, or wants a high-level mental model before diving into a specific layer. This skill does NOT implement anything — it only points to the correct downstream skill for each phase. Triggers on: "where do I start", "overview", "full stack", "cartesi app", "lifecycle", "which skill", "what skill should I use", "how does cartesi work", "mental model", "phases", "roadmap", "getting started".