Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Starport support #519

Closed
4 tasks
fedekunze opened this issue Jan 8, 2021 · 2 comments · Fixed by #535
Closed
4 tasks

Starport support #519

fedekunze opened this issue Jan 8, 2021 · 2 comments · Fixed by #535
Labels
type: feature-request New feature or request improvement

Comments

@fedekunze
Copy link
Contributor

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 be deployed using the starport network command.

@nylira @alessio @fadeev

For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@fedekunze fedekunze added the type: feature-request New feature or request improvement label Jan 8, 2021
@fadeev fadeev mentioned this issue Jan 8, 2021
11 tasks
@fadeev
Copy link
Contributor

fadeev commented Jan 8, 2021

I like this idea 🙂 to which branch should I make a draft PR?

It essentially only needs a config.yml:

version: 1
accounts:
  - name: alice
    coins: ["1000token", "100000000stake"]
  - name: bob
    coins: ["500token"]
validator:
  name: alice
  staked: "100000000stake"

@fedekunze
Copy link
Contributor Author

I like this idea 🙂 to which branch should I make a draft PR?

to main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature-request New feature or request improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants