-
Upon running the following
```
starport app github.com/foo/mychain
cd mychain
starport serve
```
The following error is returned
```
could not locate a config.yml in your chain. please foll…
-
https://aiarena.net/matches/471469/
![image](https://user-images.githubusercontent.com/5833235/108644910-e9ac0c00-747e-11eb-8a78-20addebb28d8.png)
-
```yaml
faucet:
host: ":4050"
host:
api: ":1317"
rpc: ":26657"
p2p: ":26656"
grpc: ":9090"
prof: ":6060"
```
~Right now, Starport is focused on a single validator node setup. I…
-
`key.go` missing `NamePrefix` that is there now with starport
Keeper makes reference to generated `WhoIs` keeper that doesn't exist. Was there a step for using starport with whois?
unclear if the …
okwme updated
3 years ago
-
While browsing the repository, I noticed that the README made it sound like Gaia was still pre-launch.
I also noticed that it linked to the scaffold tool, which doesn't seem to be moving forward an…
-
Adding the `-c`/ `--config` flag to serve the chain with a specific config file other than the default `config.yml`
This feature would be very interesting when you want to start two instances of th…
-
I'm try to start two chains by using the `develop`. The first one starts successfully but the seconds returns with the state error:
```
If the new code is no longer compatible with the saved state…
-
Scenario:
- build Starport
- have it order anything
- before the delivery comes, destroy Starport
- rebuild Starport
- you will *not* receive delivery, but the Sidebar has the previous order as…
-
`genesis` module of `spn` will be renamed `launch`. We must update the pkg
-
Upgrade with the new stable version of Cosmos SDK Stargate.
Note from Helder:
We must update the `gentx` command in https://github.com/tendermint/spn/blob/develop/.ansible/roles/cosmos-node/tasks/…