-
It'd be nice to have Starport support for gaia by adding the config file and UI so that users running local testnets can interact with the Hub easily. This could also mean for future testnets to b…
-
Currently the set of accepted types is really tiny:
`acceptedTypes := map[string]string{
"string": "string",
"bool": "bool",
"int": "int32",
}`
Maybe we should consider adding more t…
-
A tie advanced keeps getting "stuck" into the ground in start ports, you can't select it and it doesn't move nor does it have collision
![screenShot0123](https://user-images.githubusercontent.com/552…
-
Scaffolding an app is about scaffolding specific files for the app (`app/app.go` for example) and then scaffolding a module that has the name of this app.
We should only have one template for a mod…
-
I verified my $PATH, the prerequisites:
- [Golang >=1.16](https://golang.org/)
- [Protocol Buffer compiler](https://grpc.io/docs/protoc-installation/)
- [Node.js >=12.19.0](https://nodejs.org/)
…
-
I think we just need to be able to customize the `port` and the `version` from the current workflow:
```
---------------------------------------------
Setting up chains
-------------------------…
-
we need `protocgen` command to regenerate the proto when during development.
even we can use the build/server command, but we just want to rebuild the `pb.go`
thanks.
-
__Proposal:__ local integration test environment with both ethermint and geth
__Current behavior:__ only ethermint start script
__Desired behavior:__
- scripts that start ethermint and geth loc…
-
Data should be fetched from publicly accessible APIs, like 1317, 26657, etc.
-
Right now if one scaffolds a chain:
```
starport app github.com/hello/world
```
They get a proto package `proto/world/*` that looks like this `hello.world.world` (user, repo, module). And gene…