-
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
Update Getting Started Section to Use dapp-card-store #790
Conversation
Deploying with Cloudflare Pages
|
a56ae7c
to
aa21df7
Compare
- node version: 12.x is too old; use 14.15.0 or higher | ||
- skip `git checkout hackathon-2020-11`; use the default `master` branch | ||
- node version: 12.x is too old; use 16.19.1 or higher | ||
- skip `git checkout hackathon-2020-11`; use the `community-dev` branch | ||
|
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.
Have you verified that Agoric now requires this later version of Node?
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.
Yes. This is the requirement in agoric-sdk. See https://github.com/Agoric/agoric-sdk/blob/master/package.json#L36
## Connect the Dapp to the Agoric Wallet | ||
![dapp card store ui - needs approval](./assets/must-enable-dapp.png) | ||
|
||
1. Navigate back to [http://127.0.0.1:8000](http://127.0.0.1:8000) and accept the Dapp's request to connect to your wallet. |
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.
We should be consistent in how we capitalize "dapp". I'm in favor of lowercase, but an argument could be made to capitalize, I suppose. (If it's good enough for the Germans, who are we to argue?)
Summary
Update Getting Started Section to Use dapp-card-store
Description
The card store dapp is considered a "more interesting" dapp because it uses Zoe. Let's update the instructions in getting started to use card store.
Testing
Tested locally on clean checkout