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

Portal Loop -> Genesis Presets #6

Open
moul opened this issue Nov 8, 2023 · 1 comment
Open

Portal Loop -> Genesis Presets #6

moul opened this issue Nov 8, 2023 · 1 comment
Assignees

Comments

@moul
Copy link
Member

moul commented Nov 8, 2023

I'm considering using this repository to organize the initial settings for Genesis, but I'm also open to other suggestions. The plan would be to:

  • Allow team members to add their usernames for the new subdao contract so that core team members can contribute by submitting pull requests for their public keys.
  • Arrange for certain contracts, like the blog or faucet, to have updated admin details or to add new control features.
  • Override some default balances (faucets).

We should consider creating several presets for different purposes:

  • One for local development
  • One for official testnets or staging environments
  • One for the actual live production environment

Once I finalize the DAO contracts, I'll demonstrate how individuals can register themselves. For now, I'm opening this issue to begin gathering input on the "where" and "how" aspects—like whether we should use a raw genesis.txt or another format, if we should keep everything in one file or separate them by network, and what variations we might need.

@moul moul self-assigned this Nov 8, 2023
@moul
Copy link
Member Author

moul commented Nov 8, 2023

Examples:

# r/gnoland/faucet: add discord-bot address as controller
gnokey maketx call -pkgpath "gno.land/r/gnoland/faucet" -func "AdminAddController" -gas-fee 1000000ugnot -gas-wanted 2000000 -send "" -broadcast -chainid "test3" -args "g1aea5wz9zecyztqdjec2fge4uahlp5ua9kfd0kg" -remote "test3.gno.land:36657" moul
# r/gnoland/faucet: add gno-studio address as controller
gnokey maketx call -pkgpath "gno.land/r/gnoland/faucet" -func "AdminAddController" -gas-fee 1000000ugnot -gas-wanted 2000000 -send "" -broadcast -chainid "test3" -args "g1q6jrp203fq0239pv38sdq3y3urvd6vt5azacpv" -remote "test3.gno.land:36657" moul

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant