You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -81,12 +64,6 @@ to a kubernetes cluster locally.
81
64
82
65
NOTE: Resources constraint on local machine will affect the performance of Starship spinup time
83
66
84
-
```bash
85
-
yarn starship setup-kind
86
-
```
87
-
88
-
Run the following command to check connection to a k8s cluster
89
-
90
67
```bash
91
68
kubectl get pods
92
69
```
@@ -98,7 +75,9 @@ Now with the dependencies and a kubernetes cluster in handy, we can proceed with
98
75
Run
99
76
100
77
```bash
101
-
yarn starship deploy
78
+
yarn starship:all
79
+
# or
80
+
yarn starship start
102
81
```
103
82
104
83
We use the config file `configs/config.yaml` as the genesis file to define the topology of the e2e test infra. Change it as required
@@ -113,7 +92,7 @@ our end-to-end tests.
113
92
Run
114
93
115
94
```bash
116
-
npm run starship:test
95
+
yarn starship:test
117
96
```
118
97
119
98
## 5. Stop the infra
@@ -123,31 +102,23 @@ The tests should be ideompotent, so the tests can be run multiple times (which i
123
102
Once the state of the mini-cosmos is corrupted, you can stop the deployments with
124
103
125
104
```bash
126
-
npm run starshipclean
105
+
yarn starship:clean
127
106
```
128
107
129
108
Which will
130
109
131
110
- Stop port-forwarding the traffic to your local
132
111
- Delete all the helm charts deployed
133
112
134
-
## 6. Cleanup kind (optional)
135
-
136
-
If you are using kind for your kubernetes cluster, you can delete it with
137
-
138
-
```bash
139
-
yarn starship clean-kind
140
-
```
141
-
142
113
## Related
143
114
144
115
Checkout these related projects:
145
116
146
117
-[@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
147
118
-[@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
148
119
-[chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
149
-
-[interchain-kit](https://github.com/hyperweb-io/interchain-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
150
-
-[create-interchain-app](https://github.com/hyperweb-io/create-interchain-app) Set up a modern Cosmos app by running one command.
120
+
-[cosmos-kit](https://github.com/hyperweb-io/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
121
+
-[create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
151
122
-[interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
152
123
-[starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
0 commit comments