Skip to content

Commit

Permalink
Merge pull request #1130 from Agoric/dckc-patch-4
Browse files Browse the repository at this point in the history
markup fix
  • Loading branch information
dckc authored Jun 27, 2024
2 parents 185d891 + 9a35c26 commit e4870fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/guides/zoe/contract-access-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ We can write a simple test as below to make sure that trying to `set` using the

<<< @/../snippets/zoe/contracts/test-zoe-hello.js#test-access

Note that the `set()` method has no access check inside it. Access control is based on separation of powers between the `publicFacet`, which is expected to be shared widely, and the `creatorFacet`, which is closely held. _We'll discuss this [object capabilities](../js-programming/hardened-js#object-capabilities-ocaps) approach more later._If you're having trouble, check out the [`tut-03-access`](/~https://github.com/Agoric/dapp-offer-up/tree/tut-03-access) branch in the example repo.
Note that the `set()` method has no access check inside it. Access control is based on separation of powers between the `publicFacet`, which is expected to be shared widely, and the `creatorFacet`, which is closely held. _We'll discuss this [object capabilities](../js-programming/hardened-js#object-capabilities-ocaps) approach more later._ If you're having trouble, check out the [`tut-03-access`](/~https://github.com/Agoric/dapp-offer-up/tree/tut-03-access) branch in the example repo.

Next, let's look at minting and trading assets with [Zoe](../zoe/).

0 comments on commit e4870fd

Please sign in to comment.