ops-add-new-chain

Automate Boundless infrastructure deployment for new chains with Pulumi stacks and CI/CD wiring.

195|172|Updated Sep 25, 2024
One-click install
npx skills add https://github.com/boundless-xyz/boundless --skill ops-add-new-chain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ops-add-new-chain
Source: https://github.com/boundless-xyz/boundless/tree/main/.claude/skills/ops-add-new-chain
Command: npx skills add https://github.com/boundless-xyz/boundless --skill ops-add-new-chain

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploy Boundless infrastructure to a new blockchain by creating Pulumi stacks, generating config files, updating the ChainId enum, and wiring CI/CD pipelines for staging and prod environments.

Core Features & Use Cases

  • Automates provisioning of Pulumi stacks and infrastructure configuration for new chains.
  • Updates chain-specific enums and CI/CD wiring to enable consistent deployments across environments.
  • Supports deploying services (order-stream, distributor, slasher, indexer, order-generator) to staging and production networks.

Quick Start

Follow the guided steps to gather chain details, validate credentials, and execute the Pulumi deployment workflow for the new chain.

Frequently Asked Questions about ops-add-new-chain

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

FAQPage Schema
How do I deploy Boundless infrastructure to a new blockchain using Pulumi?

Deploying Boundless infrastructure to a new blockchain involves provisioning Pulumi stacks, generating configuration files, updating the ChainId enum, and wiring CI/CD pipelines for staging and production environments.

What is included in Boundless chain deployment automation?

Boundless chain deployment automation provisions Pulumi stacks, applies environment-specific config overrides, validates AWS credentials, and deploys core services like the order_stream, distributor, and indexer to target networks.

Do I need AWS credential checks before deploying new Boundless chain infrastructure?

Yes, AWS credential checks and Pulumi backend access validation are required prerequisites to ensure strict non-destructive operations and role-based access control during new chain infrastructure deployment.

Can I deploy Boundless services to both staging and production networks?

Yes, you can deploy Boundless services including order_stream, distributor, slasher, indexer, and order_generator to both staging and production networks using environment-specific configuration overrides.

How does CI/CD wiring work when adding a new chain to Boundless infrastructure?

Adding a new chain to Boundless infrastructure updates CI/CD wiring by applying chain-specific configurations and environment-specific overrides to enable consistent deployments across staging and production networks.

What are the limitations when deploying Boundless infrastructure to a new chain?

Boundless infrastructure deployment enforces strict non-destructive operations and requires role-based access checks, meaning deployments are limited to validated staging and production environments with proper AWS credentials.