From d9bae904aee22176da81603bff98721b06c44e72 Mon Sep 17 00:00:00 2001 From: Zetazzz Date: Thu, 17 Apr 2025 14:07:01 +0800 Subject: [PATCH] fix README --- examples/injective/README.md | 21 ++++++++++++++++++++- examples/injective/starship/README.md | 18 ------------------ 2 files changed, 20 insertions(+), 19 deletions(-) delete mode 100644 examples/injective/starship/README.md diff --git a/examples/injective/README.md b/examples/injective/README.md index 16b6daab..78ee59df 100644 --- a/examples/injective/README.md +++ b/examples/injective/README.md @@ -12,7 +12,26 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file. -## Interchain JavaScript Stack +## Starship Example Getting Started + +Starship enables users to start a virtual env to simulate the queries and txs without cost, here's the steps running the demo: + +1. setup starship prerequisites as the link: +[starship prerequisites](https://docs.hyperweb.io/starship#prerequisites) +2. start the docker(to run k8s). +3. run: + +```bash +# install all dependencies +yarn +# run the starship virtual env +# wait for some minutes until it gets started. +yarn starship:all +# run the demo typescript script +yarn starship:demo +``` + +## Interchain JavaScript Stack A unified toolkit for building applications and smart contracts in the Interchain ecosystem ⚛️ diff --git a/examples/injective/starship/README.md b/examples/injective/starship/README.md deleted file mode 100644 index 0a986b38..00000000 --- a/examples/injective/starship/README.md +++ /dev/null @@ -1,18 +0,0 @@ -# injective starship example - -## Get Started - -1. setup starship prerequisites as the link: -[starship prerequisites](https://docs.hyperweb.io/starship#prerequisites) -2. start the docker(to run k8s). -3. run: - -```sh -# install all dependencies -yarn -# run the starship virtual env -# wait for some minutes until it gets started. -yarn starship:all -# run the demo typescript script -yarn starship:demo -```