-
Notifications
You must be signed in to change notification settings - Fork 3
feat: examples #67
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: examples #67
Conversation
|
Do we want to add CI for these examples? |
yes! thanks for pointing that out |
examples/src/ethereum.ts
Outdated
| import { Wallet } from "ethers"; | ||
|
|
||
| const main = async () => { | ||
| const { uri: ethereumPluginUri } = Uri.from( |
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.
NIT: I would prefer we rename to "ethereumWalletUri" and "ethereumWalletPlugin" in all examples.
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.
agreed, just changed it. instead of ethereumWalletPlugin i named it ethereumWalletPackage because the ethereumWalletPlugin is the variable from the @polywrap/ethereum-wallet-js package
|
|
||
| // The data to sign | ||
| const message = { | ||
| from: { |
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.
NIT: indentation looks to be off 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.
i think its good (just tried to format)
dOrgJelli
left a comment
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.
🔥
No description provided.