/install superrare-deploy
superrare-deploy
Deploy a SuperRare Sovereign ERC-721 collection through the official RARE factory using Bankr signing.
Scripts
./scripts/deploy-via-bankr.sh --name ... --symbol ... [options]- Builds calldata for
createSovereignBatchMint(string,string)orcreateSovereignBatchMint(string,string,uint256). - Defaults to dry-run unless
--broadcastis passed orDRY_RUN=0. - Submits through Bankr, waits for the onchain receipt, parses the deployed collection address from logs, and writes a JSON receipt.
- Builds calldata for
Config
Default config path:
config.jsonin this skill directory
Override with:
SUPER_RARE_DEPLOY_CONFIG_FILE=/path/to/config.json
Expected keys:
chain:mainnet,sepolia,base, orbase-sepoliafactoryAddress(optional override)rpcUrl(optional override)descriptionPrefixdefaultMaxTokens(optional)
Defaults and safety
- Dry-run is the default. Deployment only broadcasts with
--broadcastorDRY_RUN=0. - Supported chains for RARE factory deployment are
mainnet,sepolia,base, andbase-sepolia. - If
--max-tokensis omitted, the 2-argument factory call is used. - Successful broadcasts write receipts into
receipts/.
Bankr API key resolution
BANKR_API_KEYsystemctl --user show-environment~/.openclaw/skills/bankr/config.json~/.openclaw/workspace/skills/bankr/config.json
Quick use
cp config.example.json config.json
./scripts/deploy-via-bankr.sh \
--name "AAi Genesis" \
--symbol "AAI"
./scripts/deploy-via-bankr.sh \
--name "AAi Base Genesis" \
--symbol "AAI" \
--chain base \
--broadcast
Timeouts
Optional environment variables:
BANKR_SUBMIT_TIMEOUT_SECONDS(default60)RECEIPT_WAIT_TIMEOUT_SECONDS(default300)RECEIPT_POLL_INTERVAL_SECONDS(default5)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install superrare-deploy - After installation, invoke the skill by name or use
/superrare-deploy - Provide required inputs per the skill's parameter spec and get structured output
What is superrare-deploy?
Deploy a SuperRare Sovereign ERC-721 collection on Ethereum or Base via Bankr. Uses the official RARE factory createSovereignBatchMint path, dry-runs by defa... It is an AI Agent Skill for Claude Code / OpenClaw, with 282 downloads so far.
How do I install superrare-deploy?
Run "/install superrare-deploy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is superrare-deploy free?
Yes, superrare-deploy is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does superrare-deploy support?
superrare-deploy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created superrare-deploy?
It is built and maintained by aaigotchi (@aaigotchi); the current version is v0.2.0.