Skip to content

Commit

Permalink
fixup! docs(zoe): Bundling, Installation, Starting w/basic dapp
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Dec 9, 2023
1 parent dbfd26b commit ec03ae4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main/guides/zoe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ go over in detail in the sections below.

::: details gameAssetContract.js listing

<<< @/snippets/zoe/contracts/gameAssetContract.js#file
<<< @/snippets/zoe/src/gameAssetContract.js#file

:::

Expand Down Expand Up @@ -178,11 +178,11 @@ The contract uses this `zcf` to get its terms. Likewise it uses `zcf` to
make a `gameSeat` where it can store assets that it receives in trade
as well as a `mint` for making assets consisting of collections (bags) of Places:

<<< @/snippets/zoe/contracts/gameAssetContract.js#start
<<< @/snippets/zoe/src/gameAssetContract.js#start

It defines a `joinShape` and `joinHandler` but doesn't do anything with them yet. They will come into play later. It defines and returns its `publicFacet` and stands by.

<<< @/snippets/zoe/contracts/gameAssetContract.js#started
<<< @/snippets/zoe/src/gameAssetContract.js#started

## Trading with Offer Safety

Expand Down

0 comments on commit ec03ae4

Please sign in to comment.