Skip to content

Latest commit

 

History

History
 
 

runbooks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

stacks-pyth Runbooks

Txtx

Runbooks available

Pyth Deployment

deploy

Getting Started

This repository is using txtx for handling its on-chain operations.

txtx takes its inspiration from a battle tested devops best practice named infrastructure as code, that have transformed cloud architectures.

txtx simplifies and streamlines Smart Contract Infrastructure management across blockchains, focusing on robustness, reproducibility and composability.

Installation

$ curl -sL https://install.txtx.sh/ | bash

Scaffold a new runbook

$ txtx new

Access tutorials and documentation at docs.txtx.sh to understand the syntax and discover the powerful features of txtx.

Additionally, the Visual Studio Code extension will make writing runbooks easier.

List runbooks available in this repository

$ txtx ls
Name                ID               Description
BNS Multisig        bns-multisig     Register a BNS name using a multisig wallet

Execute an existing runbook

$ txtx run bns-multisig

Update the README documentation

$ txtx docs --update