File tree 2 files changed +20
-19
lines changed
2 files changed +20
-19
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,26 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the
12
12
13
13
You can start editing the page by modifying ` pages/index.tsx ` . The page auto-updates as you edit the file.
14
14
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
16
35
17
36
A unified toolkit for building applications and smart contracts in the Interchain ecosystem ⚛️
18
37
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments