xpr-network-dev

Aggregate XPR Network smart contracts, CLI tooling, and web SDKs into structured modules.

8|8|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/XPRNetwork/xpr-network-dev-skill --skill xpr-network-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xpr-network-dev
Source: https://github.com/XPRNetwork/xpr-network-dev-skill/tree/main/skill
Command: npx skills add https://github.com/XPRNetwork/xpr-network-dev-skill --skill xpr-network-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This knowledge base consolidates XPR Network development topics—smart contracts, CLI tooling, web SDK usage, DeFi, NFTs, and infrastructure—into a single, structured resource to accelerate learning and implementation.

Core Features & Use Cases

  • Modular modules covering the core topics: smart contracts, CLI references, web SDK, backend patterns, rpc queries, testing/debugging, accounts/permissions, and governance.
  • Progressive disclosure through categorized sections (Core Development, Token & Identity, DeFi & Trading, Integration Patterns, Infrastructure, Safety & Reference) to tailor depth to project needs.
  • Hands-on patterns and examples spanning contract patterns, finance, NFTs, real-time events, and security practices, enabling rapid production-grade iterations.

Quick Start

Open this skill and begin by skimming the overview, then drill into smart-contract patterns and CLI references to begin implementing XPR Network contracts.

Frequently Asked Questions about xpr-network-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build smart contracts on the XPR Network blockchain?

To build smart contracts on the XPR Network blockchain, you need to follow EOSIO-based contract patterns. This knowledge base provides structured modules and hands-on examples for writing, testing, and deploying production-ready smart contracts.

What CLI tooling is available for XPR Network development?

XPR Network development relies on EOSIO CLI tooling to interact with the blockchain. The knowledge base contains references and usage patterns for these CLI tools, enabling you to manage accounts, deploy contracts, and execute transactions effectively.

How does the web SDK integrate with XPR Network blockchain applications?

The web SDK integrates with XPR Network applications by providing libraries to interact with blockchain RPC endpoints. You can use these SDK patterns to query state, push transactions, and manage user identity within your decentralized applications.

Can I use this knowledge base to build DeFi and NFT projects on EOSIO?

Yes, you can build DeFi and NFT projects on EOSIO using this resource. It includes categorized sections and practical patterns specifically covering token and identity management, DeFi trading mechanisms, and NFT infrastructure.

What is the best way to structure an XPR Network project for production?

The best way to structure an XPR Network project for production is by following modular development patterns. This resource provides safety guidance, infrastructure patterns, and reference architectures to ensure your application is secure and scalable.

When do I need specific safety guidance for EOSIO smart contracts?

You need safety guidance for EOSIO smart contracts whenever handling token transfers, managing account permissions, or implementing complex DeFi logic. This knowledge base aggregates security practices and reference materials to prevent vulnerabilities.