Skip to content
Skill

xpr-network-dev

by XPRNetwork

AI Summary

A comprehensive AI-assisted development skill for XPR Network blockchain programming, covering smart contracts, SDKs, DeFi, and NFTs. Developers building on XPR Network benefit from guided, AI-enhanced coding assistance with critical safety disclaimers.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "xpr-network-dev" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory (23 files)
mkdir -p .claude/skills/skill && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill/SKILL.md "https://raw.githubusercontent.com/XPRNetwork/xpr-network-dev-skill/main/skill/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill/accounts-permissions.md "https://raw.githubusercontent.com/XPRNetwork/xpr-network-dev-skill/main/skill/accounts-permissions.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill/backend-patterns.md "https://raw.githubusercontent.com/XPRNetwork/xpr-network-dev-skill/main/skill/backend-patterns.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill/cli-reference.md "https://raw.githubusercontent.com/XPRNetwork/xpr-network-dev-skill/main/skill/cli-reference.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill/defi-trading.md "https://raw.githubusercontent.com/XPRNetwork/xpr-network-dev-skill/main/skill/defi-trading.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill/examples.md "https://raw.githubusercontent.com/XPRNetwork/xpr-network-dev-skill/main/skill/examples.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill/loan-protocol.md "https://raw.githubusercontent.com/XPRNetwork/xpr-network-dev-skill/main/skill/loan-protocol.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill/metalx-dex.md "https://raw.githubusercontent.com/XPRNetwork/xpr-network-dev-skill/main/skill/metalx-dex.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill/nfts-atomicassets.md "https://raw.githubusercontent.com/XPRNetwork/xpr-network-dev-skill/main/skill/nfts-atomicassets.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill/node-operation.md "https://raw.githubusercontent.com/XPRNetwork/xpr-network-dev-skill/main/skill/node-operation.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill/oracles-randomness.md "https://raw.githubusercontent.com/XPRNetwork/xpr-network-dev-skill/main/skill/oracles-randomness.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill/payment-patterns.md "https://raw.githubusercontent.com/XPRNetwork/xpr-network-dev-skill/main/skill/payment-patterns.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill/real-time-events.md "https://raw.githubusercontent.com/XPRNetwork/xpr-network-dev-skill/main/skill/real-time-events.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill/resources.md "https://raw.githubusercontent.com/XPRNetwork/xpr-network-dev-skill/main/skill/resources.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill/rpc-queries.md "https://raw.githubusercontent.com/XPRNetwork/xpr-network-dev-skill/main/skill/rpc-queries.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill/safety-guidelines.md "https://raw.githubusercontent.com/XPRNetwork/xpr-network-dev-skill/main/skill/safety-guidelines.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill/smart-contracts.md "https://raw.githubusercontent.com/XPRNetwork/xpr-network-dev-skill/main/skill/smart-contracts.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill/staking-governance.md "https://raw.githubusercontent.com/XPRNetwork/xpr-network-dev-skill/main/skill/staking-governance.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill/testing-debugging.md "https://raw.githubusercontent.com/XPRNetwork/xpr-network-dev-skill/main/skill/testing-debugging.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill/token-creation.md "https://raw.githubusercontent.com/XPRNetwork/xpr-network-dev-skill/main/skill/token-creation.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill/troubleshooting.md "https://raw.githubusercontent.com/XPRNetwork/xpr-network-dev-skill/main/skill/troubleshooting.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill/web-sdk.md "https://raw.githubusercontent.com/XPRNetwork/xpr-network-dev-skill/main/skill/web-sdk.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill/webauth-identity.md "https://raw.githubusercontent.com/XPRNetwork/xpr-network-dev-skill/main/skill/webauth-identity.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Comprehensive knowledge for XPR Network blockchain development - smart contracts, CLI, web SDK, DeFi, NFTs, and infrastructure

XPR Network Overview

XPR Network is an EOS-based blockchain optimized for payments and identity: | Feature | Description | |---------|-------------| | Speed | 0.5 second block times, 4000+ TPS | | Fees | Zero gas fees for end users | | Accounts | Human-readable names (1-12 chars, a-z, 1-5) | | Wallets | WebAuthn support (Face ID, fingerprint, security keys) | | Contracts | AssemblyScript/TypeScript with @proton/ts-contracts | | Storage | On-chain tables with RAM-based pricing |

XPR Network Developer Skill

This skill provides comprehensive knowledge for developing on XPR Network, a fast, gas-free blockchain with WebAuthn wallet support. > IMPORTANT DISCLAIMER: AI-Generated Smart Contract Code > > Smart contracts handle real assets and are immutable once deployed. AI-generated code, including code produced with this skill, should always be reviewed by an experienced developer before deployment to mainnet. > > - Test thoroughly on testnet before any mainnet deployment > - Have code reviewed by someone familiar with XPR Network/EOSIO smart contracts > - Audit critical contracts - consider professional security audits for contracts handling significant value > - Understand the code - don't deploy code you don't fully understand > > Claude can accelerate development and help with patterns, but it does not replace proper code review, testing, and auditing practices.

Name Change: Proton → XPR Network

The blockchain was rebranded from Proton to XPR Network in 2024. You may see legacy references to "Proton" in: • Package names (@proton/cli, @proton/web-sdk, proton-tsc) • GitHub organization (XPRNetwork, formerly ProtonProtocol) • Documentation and code comments • Explorer (now explorer.xprnetwork.org, formerly protonscan.io and proton.bloks.io) The token symbol remains XPR and all functionality is unchanged.

Chain IDs

| Network | Chain ID | |---------|----------| | Mainnet | 384da888112027f0321850a169f737c33e53b388aad48b5adace4bab97f437e0 | | Testnet | 71ee83bcf52142d61019d95f9cc5427ba6a0d7ff8accd9e2088ae2abeaf3d3dd |

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 1mo ago
Active
AdoptionUnder 100 stars
2 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Stars2
Forks2
Issues1
Updated1mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code