-
Notifications
You must be signed in to change notification settings - Fork 32
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
chore: add asset sdk docs #53
base: main
Are you sure you want to change the base?
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.
ok
@@ -15,6 +15,7 @@ The key difference of this package from [ton-contract-executor](https://github.c | |||
* [Cross contract tests](#cross-contract-tests) |
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.
c
@@ -15,6 +15,7 @@ The key difference of this package from [ton-contract-executor](https://github.c | |||
* [Cross contract tests](#cross-contract-tests) | |||
* [Testing key points](#testing-key-points) | |||
* [Test examples](#test-examples) | |||
* [Using assets in tests](#using-assets-in-tests) |
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.
d
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.
R
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.
53
Description
Added example of using
@ton-community/assets-sdk
in tests. It improves developer experience, cause you do not have to write wrappers for assets and copy-paste code for compilation.Type of change
Checklist: