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

docs: add sudt script tutorial #467

Merged
merged 4 commits into from
Oct 15, 2024
Merged

docs: add sudt script tutorial #467

merged 4 commits into from
Oct 15, 2024

Conversation

RetricSu
Copy link
Collaborator

No description provided.

Copy link

vercel bot commented Oct 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nervos-ckb-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 15, 2024 3:03am

@RetricSu RetricSu changed the title [WIP] docs: add sudt script tutorial docs: add sudt script tutorial Oct 12, 2024
@RetricSu RetricSu marked this pull request as ready for review October 12, 2024 02:13
resolver = "2"

members = [
# Please don't remove the following line, we use it to automatically
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please don't remove the following line. We use it to automatically

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@linnnsss I am going to ignore all the comment text suggestion in the examples/sudt-script project since it is generated automatically by ckb-script-templates, maybe it is better to submit these suggestion directly to ckb-script-templates project.


members = [
# Please don't remove the following line, we use it to automatically
# detect insertion point for newly generated crates.
Copy link
Collaborator

Choose a reason for hiding this comment

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

detect the insertion point for newly generated crates.

@@ -0,0 +1,130 @@
# We cannot use $(shell pwd), which will return unix path format on Windows,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Avoid using $(shell pwd) as it returns Unix paths on Windows,

cur_dir = $(dir $(abspath $(lastword $(MAKEFILE_LIST))))

TOP := $(cur_dir)
# RUSTFLAGS that are likely to be tweaked by developers. For example,
Copy link
Collaborator

Choose a reason for hiding this comment

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

RUSTFLAGS likely to be modified by developers. For example,


TOP := $(cur_dir)
# RUSTFLAGS that are likely to be tweaked by developers. For example,
# while we enable debug logs by default here, some might want to strip them
Copy link
Collaborator

Choose a reason for hiding this comment

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

debug logs are enabled by default here, but developers may strip them

website/docs/script/sudt-script.mdx Outdated Show resolved Hide resolved
website/docs/script/sudt-script.mdx Outdated Show resolved Hide resolved
website/docs/script/sudt-script.mdx Outdated Show resolved Hide resolved
website/docs/script/sudt-script.mdx Outdated Show resolved Hide resolved
website/docs/script/sudt-script.mdx Outdated Show resolved Hide resolved
@RetricSu RetricSu merged commit 866f507 into v2 Oct 15, 2024
4 checks passed
@RetricSu RetricSu deleted the sudt-tutorail branch October 15, 2024 04:46
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.

3 participants