-
Notifications
You must be signed in to change notification settings - Fork 29
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: porto offline tx support #28
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Spend permissions is integrated, would be great to incorporate it in our example eg a server that's delegated to call a certain function that moves 100 USDC per day |
@o-az is attempting to deploy a commit to the Ithaca Team on Vercel. A member of the Team first needs to authorize it. |
examples/offline/server/env.d.ts
Outdated
@@ -0,0 +1,18 @@ | |||
// cloudflare workers types |
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.
does this need to be a cloudflare worker type?
examples/offline/app/src/App.tsx
Outdated
<select name="action"> | ||
<option value="mint">Mint 100 EXP</option> | ||
<option value="approve-transfer">Approve + Transfer 50 EXP</option> | ||
<option value="noop">Noop Calls</option> |
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.
what is this for?
examples/offline/app/index.html
Outdated
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link rel="icon" href="https://ithaca.xyz/icon.png" type="image/png" sizes="310x270"> | ||
<title>Offline Transaction</title> |
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 find the term Offline Transaction
slightly confusing- what exactly does it mean?
No description provided.