Skip to content

0xpatrickdev/starship-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Simple self-contained example to get started with Starship.

TLDR

# Install the starship instance and run port-forward
make install

# Once the pods are running, run
make port-forward

# Stop the cluster with
make stop

For more detailed step-by-step approach checkout the rest of the README.

Dependencies

Make sure you have the dependencies installed. Run the following command to install the dependencies.

make setup-deps
# Will install
# - kind
# - kubectl
# - helm
# - yq

Additionally, you would also need docker to be running on your machine as well.

Spin up a cluster (if you don't have one already)

Optional step to setup a cluster with kind, if you already have a cluster running, you can skip this step.

make setup-kind

Deploy Starship

Run the following commands to deploy starship on the cluster.

make install
# OR, if low on resources on local machine
make install-tiny

This will run the following nodes:

  • Osmosis node
  • Gaia node
  • Hermes relayer between the two
  • Ping Pub explorer

Connect to cluster

Port forward ports from the cluster to your local machine.

make port-forward

Interact with the chains

You can then interact with the chain on localhost at

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published