Skip to content
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

Merged
merged 6 commits into from
Mar 6, 2024
Merged

Conversation

duanyytop
Copy link
Collaborator

@duanyytop duanyytop commented Mar 6, 2024

Main changes

  • The cold key maintainer can use example/paymaster.ts to split multiple cells
  • Add CKB collector, utils, types, constants, and error module
  • Update CKB package readme for installation and paymaster usage

Request review

@Flouse @Dawn-githup @ShookLyngs @ahonn

@duanyytop duanyytop requested a review from ShookLyngs March 6, 2024 07:11
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"
Copy link
Collaborator

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.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated

Copy link
Collaborator

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

Copy link
Collaborator Author

@duanyytop duanyytop Mar 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rebased @ShookLyngs

@duanyytop duanyytop requested a review from ShookLyngs March 6, 2024 08:57
@duanyytop duanyytop force-pushed the construct-paymaster-cells branch from 064ec9a to cb55f84 Compare March 6, 2024 10:30
@duanyytop duanyytop merged commit ac26350 into main Mar 6, 2024
1 check passed
@duanyytop duanyytop deleted the construct-paymaster-cells branch March 6, 2024 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants