Skip to content

Commit 584cf59

Browse files
authored
Merge pull request #33 from hyperweb-io/interchainjs-1.11
fix README
2 parents 268ee10 + d9bae90 commit 584cf59

File tree

2 files changed

+20
-19
lines changed

2 files changed

+20
-19
lines changed

examples/injective/README.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,26 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the
1212

1313
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
1414

15-
## Interchain JavaScript Stack
15+
## Starship Example Getting Started
16+
17+
Starship enables users to start a virtual env to simulate the queries and txs without cost, here's the steps running the demo:
18+
19+
1. setup starship prerequisites as the link:
20+
[starship prerequisites](https://docs.hyperweb.io/starship#prerequisites)
21+
2. start the docker(to run k8s).
22+
3. run:
23+
24+
```bash
25+
# install all dependencies
26+
yarn
27+
# run the starship virtual env
28+
# wait for some minutes until it gets started.
29+
yarn starship:all
30+
# run the demo typescript script
31+
yarn starship:demo
32+
```
33+
34+
## Interchain JavaScript Stack
1635

1736
A unified toolkit for building applications and smart contracts in the Interchain ecosystem ⚛️
1837

examples/injective/starship/README.md

-18
This file was deleted.

0 commit comments

Comments
 (0)