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

chore: add asset sdk docs #53

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

pixelplex
Copy link

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

  • Docs update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Build succeeds locally with my changes

Copy link

@Milad12365 Milad12365 left a 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)

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)

Choose a reason for hiding this comment

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

d

Copy link

Choose a reason for hiding this comment

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

R

This was referenced Sep 10, 2024
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.

4 participants