-
Notifications
You must be signed in to change notification settings - Fork 22
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
Construct paymaster cells tx #8
Conversation
package.json
Outdated
@@ -26,7 +26,7 @@ | |||
"typescript": "^5.3.3" | |||
}, | |||
"lint-staged": { | |||
"{packages}/**/*.{js,jsx,ts,tsx,md,json}": "prettier --ignore-unknown --write" | |||
"packages/**/*.{js,jsx,ts,tsx,md,json}": "prettier --ignore-unknown --write" |
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'm adding a next-js example in apps/next
, which you can refer to PR #9.
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.
updated
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.
Should probably rebase main
onto the current branch for latest content: https://github.com/ckb-cell/rgbpp-sdk/blob/main/package.json#L31
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.
rebased @ShookLyngs
064ec9a
to
cb55f84
Compare
Main changes
example/paymaster.ts
to split multiple cellsRequest review
@Flouse @Dawn-githup @ShookLyngs @ahonn