xion-asset
Installation
SKILL.md
xion-asset
CW721 NFT Asset Builder for Xion blockchain. Create, mint, and manage NFT collections with gasless transactions.
Prerequisites
- xion-toolkit CLI installed (use
xion-toolkit-initskill) - Authenticated with OAuth2 (use
xion-oauth2skill)
Quick Start
# 1. List available NFT types
xion-toolkit asset types
# 2. Create collection
xion-toolkit asset create --type cw721-base --name "My Collection" --symbol "NFT"