-
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(ertp): ERTP walk-thru: Alice buys a ticket from Bob #1257
base: main
Are you sure you want to change the base?
Conversation
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.
This looks good.
<<< @/../snippets/ertp/guide/test-readme.js#declareShared | ||
<<< @/../snippets/ertp/guide/test-readme.js#makeBucks | ||
|
||
The `bucks.brand` and `bucks.issuer` don't let anyone mint new assets, so sharing |
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.
The `bucks.brand` and `bucks.issuer` don't let anyone mint new assets, so sharing | |
The `bucks.brand` and `bucks.issuer` don't let people mint new assets, so sharing |
"anyone" here triggers thoughts about existential quantifiers. "people", at least to me, ties the abilities more closely to those holding the objects.
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.
as if people hold objects? that hurts my brain. I'll have to think it over.
## Making Purses | ||
|
||
Alice is acting as a buyer. | ||
She can make her own empty purses using the shared issuers, which she relies on. |
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.
"relies on" only makes sense here as ocap terminology. I didn't find anything helpful at cap-lore.com. Do you have a better link?
I don't know whether it's helpful to bring this up here.
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.
rely as in "reliance set" comes from Concurrency Among Strangers.
I'll think about where to work that in.
|
||
The seller has likewise created purses for **Bucks** and **Tickets** and made deposits. | ||
When they get a `buy` request, the argument may be anything, so it's called `allegedPayment`. | ||
But once they deposit it into their Bucks purse, they know it was |
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.
But once they deposit it into their Bucks purse, they know it was | |
But once they deposit it into their Bucks purse, ERTP guarantees it must have been |
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.
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.
I prefer SVG from slides, if that's handy...
but this is a substantial improvement. I couldn't figure out how to hide the youtube controls in a screenshot.
Deploying documentation with Cloudflare Pages
|
Cloudflare deployment logs are available here |
refs
rendered
Description:
TODO:
context: review of #1255 awoke my long-standing desire to update the Glossary so that rather than putting novel info there, we give a short gloss and link to authoritative material about the term. But so many of the entries point to the ERTP guide, which is in no shape to endorse with incoming pointers.