Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.31 KB

README.md

File metadata and controls

58 lines (40 loc) · 1.31 KB

Shannon Tx Builder

Shannon tx builder is a UI that uses that simplifies some of the common poktrolld CLI operations for new users.

This repository is a very active WIP and should be treated as a HACK for now.

Secrets

If you are a member of the Grove team, you can find the secrets in 1Password here.

Find a file by the name of Shannon Tx Builder Secrets and copy its contents into .streamlit/secrets.toml.

Development Quickstart

Environment Setup (One Time)

make env_create
$(make env_source)
make pip_install

Environment Usage (Every Time)

$(make env_source) # If new dependencies were added
make pip_freeze

Local Usage

LocalNet

make run_localnet

ALpha TestNet

make run_alpha_testnet

Beta TestNet

make run_beta_testnet