-
Notifications
You must be signed in to change notification settings - Fork 0
sbt-how-it-works #494
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: main
Are you sure you want to change the base?
sbt-how-it-works #494
Conversation
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.
lgtm
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.
Let's add some code examples from SBT implementation
To fix the formatting issues:
npx remark -o --quiet --silently-ignore standard/tokens/sbt/how-works.mdx |
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.
By the time article explains how to "prove ownership", I still have no idea what am I proving ownership of. The article is supposed to explain how SBTs work.
Code samples requested above can actually be separated into "how to" articles.
S->>D: owner_info(query_id, item_id, initiator, owner, data, revoked_at, content?) | ||
``` | ||
|
||
## Destroy the contract |
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 don't think it's possible to destroy a contract. Account? Address?
Please fill out PR title and description. |
Closes #104