-
## Summary
In many cases a chain will not only have one token they will want to add to a fauct. In these scenarios it forces the user of this software to run many instances of this software.
Ad…
-
After https://github.com/tendermint/starport/pull/936 is merged.
After merge, but before release, @clockworkgr, please, make sure that the fix worked. (looks like it did, but still)
-
It should be relatively easy for new chains built with Starport to use Keplr for securing user accounts.
Here's Keplr's example JS code for registering a new chain with the Chrome extension:
https…
-
We currently use an environment variable to decide which port to expose for the frontend API.
Because of this, we can't run two blockchain instances on the same machine because they will use the same…
-
> something like `test-vue ` that runs `starport serve`, `git clone https://github.com/tendermint/vue/tree/`, goes in and does the linking, then runs `npm run serve`
This will be very useful for te…
-
Hello,
I would like to run Keplr locally (Load it from Chrome as a dev extension) in order to troubleshoot 500 errors that showup when using starport.
I'm currently creating the two .env files …
-
Currently, if the app fails to start on `starport serve`, the app stops and we advise the developer to run serve with reset state if the code is no longer compatible with the old saved state.
For b…
-
Add a new property to `config.yml`. On init step Starport should look if the `account_prefix` is defined in `config.yml`. If it is, replace the prefix in `app/prefix.go`. The same prefix will be used …
-
when you generate a new type it comes with a keeper function to list all of them, in the user example it is `listUser`. This was initially confusing as it is actually `listUsers`. Very minor change bu…
okwme updated
3 years ago
-
First of let me state that after first using Starport, it's freaking awesome! Great work!
1. I created an app
2. Started the app via `starport serve`
3. Launched the UI interface
The UI interf…