-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update registration tutorial #6
Conversation
Thanks for these hints! Indeed, our tutorial is outdated since we had to do a few mods for mainnet. Currently, only the association can register new communities. We can fix that for Testnet Gesell with: encointer/pallets#251 |
regarding
The tutorial actually features an example with the old hash-based cid, which now looks more concise. We should change thjat in the tutorial |
regarding |
Oh that's weird, I no longer get the same result (before I was getting a whole bunch of state query results from the json RPC). I can confirm that it displays nicely now:
|
On these two TODOs could you point me to information about what you'd add? |
WIP: #7 |
I have written up some up to date content in #7. Please rebase and check if you can use it or if you have further feedback |
Looks like we can close this and I'll follow up with a review of your updates. Cheers! |
Suggestions to update the tutorial for registering a community on Gesell testnet.
For some reason I got an error when trying to complete the final steps:
I also tried doing this through Polkadot JS Apps UI and got a
BadOrigin
error. Haven't gone too far into trying to understand what's causing this but I suspect it's something in how the runtime expects thespecfile.json
or perhaps the account needs some minimal balance that the faucet is not providing?Couple of things I'd like to put in before this gets merged:
Other nit picks that could make the experience much better in my opinion:
nctr list-communities
is very messy, what's a trick to display just what we want from the RPC return?Hope this write-up helps other users!