-
Notifications
You must be signed in to change notification settings - Fork 214
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
stub Fast USDC CLI #10330
stub Fast USDC CLI #10330
Conversation
Deploying agoric-sdk with Cloudflare Pages
|
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'd rather not take on execa for this.
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.
¡vamos!
"name": "fast-usdc", | ||
"private": true, | ||
"version": "0.1.0", | ||
"description": "Create an Agoric Javascript smart contract application", |
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 seems generic, is there a better description we can give?
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.
oops, good catch. that was copied from create-dapp. I'll fix it in a future PR or this one if I need to rev CI
refs: #10328
Description
Sets up a package for Fast USDC and stubs out its CLI.
Finishing #10328 will require a contract that has the offer makers.
Security Considerations
none
Scaling Considerations
none
Documentation Considerations
This will need end user documentation later
Testing Considerations
basic test
Upgrade Considerations
not deployed