-
```js
await this.$store.dispatch("common/env/init", {
prefix: "foo",
});
```
Still shows `cosmos` in UI.
-
Whenever I run `starport network` commands, the first time it always fails to get tokens:
```
cannot retrieve tokens from faucet:
```
The second time work typically works fine. Testing in Git…
-
```
starport network chain create [chainID] [sourceURL] [--genesis genesisURL]
```
With the `--genesis` flag a user can provide a URL for a genesis file stored elsewhere on the web, for example, …
-
### Description
SDK just integrated [TxResponse](https://github.com/cosmos/cosmos-sdk/blob/master/proto/cosmos/tx/v1beta1/service.proto#L76) into the `GetTxResponse` from gRPC gateway 🎉 . We should…
-
I created a chain with Starport, and then tried to add some modules to it. I get an error message about wasm already being imported. Also, the first module I tried to import, governance, looks like it…
-
### Environment
go version go1.16.2 linux/amd64
starport version v0.15.0 linux/amd64 -build date: 2021-03-16T06:22:49Z
### Steps to reproduce
```
$ starport app github.com/testapp/testapp
$ cd…
-
-
Implement both CLI and backend aspects of deploying blockchains to Starport Cloud.
-
I missed this hijack of the docs README when the docs got published to the web.
I see what's happening now, so I have a request.
Instead of having the docs README serve as the docs landing page, …
-