-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: initial 3 exercises #5
Conversation
Please not more repos :)
put answer-patches somewhere?
maybe successive versions / branches? |
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.
thoughts from a quick skim...
|
||
// bundleSource() bundles contract and all of its modules into a single artifact | ||
// and is the first thing you need to do in order to deploy a contract | ||
// For more, see reference: https://docs.agoric.com/guides/zoe/#bundling-a-contract |
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.
// For more, see reference: https://docs.agoric.com/guides/zoe/#bundling-a-contract | |
// For more discussion, see: https://docs.agoric.com/guides/zoe/#bundling-a-contract |
reference doc for bundleSource
is more like https://endojs.github.io/endo/modules/_endo_bundle_source.html
I'm in favor of successive versions. If there's multiple lessons, we could use numbered folders. We could also use something like
Ava has |
converting to draft to reduce review expectations based on recent prioritization discussion |
Closing as we don't have plan to merge this into main as of now |
This PR consists of the agoric exercises I demo'd last Friday inspired by https://rustlings.cool
This diff is agains
agoric-exercises
instead ofmain
branch for now.Meta questions:
dapp-agoric-exercises
or should we put it indapp-agoric-basics
(this repo)?agoric-exercises
? The tests will fail if we don't put the answers in, however, if the answers are already in that defeats the purpose of teaching developers.More exercises ideas: