-
Notifications
You must be signed in to change notification settings - Fork 5
zkSBT doc #122
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
base: signer_extension
Are you sure you want to change the base?
zkSBT doc #122
Conversation
ferrell-code
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.
Few comments
| const address = { | ||
| bab: "YOUR BAB ADDRESS" | ||
| } | ||
| const allowlistTx = await api.tx.mantaSbt.allowlistEvmAccount(address); |
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.
Maybe include sudo calls to set account and mint time
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.
Can do in future PR
|
|
||
| ```json | ||
| { | ||
| Available: 1 |
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.
Why highlighted red, maybe it should be "Available": 1
Signed-off-by: zqhxuyuan <zqhxuyuan@gmail.com>
| 2. reserve asest id before mint zkSBT. | ||
|
|
||
| ```typescript | ||
| const reserverTx = await api.tx.mantaSbt.reserveSbt(); |
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.
| const reserverTx = await api.tx.mantaSbt.reserveSbt(); | |
| const reserveTx = await api.tx.mantaSbt.reserveSbt(); |
Before we can merge this PR, please make sure that all the following items have been checked off:
CHANGELOG.mdand added the appropriateL-label to the PR.Files changedin the GitHub PR explorer.