-
Notifications
You must be signed in to change notification settings - Fork 8
Create Stellar Role Manager Quickstart #122
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for openzeppelin-docs-v2 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
@ernestognw One note, is that although the pages show up in the navigator, when I select the quickstart in a local deployment, it takes me to a different page where it is hosting the Quickstart content. I think I just made a mistake here, if you can identify where the fix is quickly, feel free to change it. I will be back tonight to resolve / ideally merge this into production. Where it ought to have the content hosted: Where it redirects to (I think because I edited the ethereum-evm.json and just crossed some relations) |
|
|
||
| ### 6. Role-Related Transaction History | ||
|
|
||
| The final page of the UI tool showcases the contract's role-related transaction history. This is made possible because of the deployed indexer inspecting the onchain data. The public indexer URL can also be replaced in the UI to improve the workflow's robustness. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it's worth a note about what we mean by the deployed indexer. Is there a public repo for that that we might want to link to?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
iirc, this was all within the Role Manager repo or the dependencies it used. @pasevin should be able to clarify on this.
ernestognw
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, needs formatting and there's a thread waiting on @pasevin but I'm fine with his recommendation
|
Thanks @ernestognw for the PR Review and @pasevin! Yes I think the next steps are:
As I go through the documentation processes I will update the Role Manager as needed per our thread. |


Documentation Pull Request
Summary
Creating the Role Manager page under the Stellar Ecosystem. The Role Manager page will appear in other ecosystems as more networks are supported.
Resolved changes from #121, closed it, and continued here.
Type of Change
Related Issues
Fixes #
Relates to #
Checklist
pnpm run buildpnpm run checkAdditional Notes