-
Notifications
You must be signed in to change notification settings - Fork 39
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
docs: permissioned contract deployment with tooling #985
Conversation
Deploying documentation with Cloudflare Pages
|
main/guides/coreeval/README.md
Outdated
1. [Write JavaScript code to deploy the contract](./proposal.md). | ||
2. [Declare the capabilities that the script requires](./permissions.md). | ||
3. [Submit transactions to install and deploy the contract](./local-testnet.md). |
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.
|
||
<img src='../assets/cosgov-install-bundle.png' alt='Install Bundle screenshot' width="600" /> | ||
|
||
Then drop your permit and core eval script on the **CoreEval Proposal** tab: |
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.
main/guides/coreeval/permissions.md
Outdated
- **zoe**: the Zoe service. | ||
**Note: this includes the right to install any available bundle and start instances of any available installation.** |
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.
starting instances is widely accessible.
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.
only if you have access to zoe
, right?
I suppose every contract can do zcf.getZoeService()
. hm.
190fd02
to
7373869
Compare
based on dapp-agoric-basics - style: markdown lint
7373869
to
71f6d33
Compare
@sufyaankhan note changes to the list of documented bootstrap powers; for example, The example is now from dapp-agoric-basics. It used to be an example of adding an Inter Protocol PSM for a new token. But we now have cosgov.org tooling for that sort of thing. So it no longer seems worthwhile to document Inter Protocol powers: |
h3 -> h2 so that they show up in the nav bar
closes #917
closes #961
closes #931
rendered:
TODO:
agoricNames.instance
if everybody did that.builds on some recent work in dapp-agoric-basics