ckb-contract-std 0.1.2-pre

This library contains serveral modules that could help you write CKB contract with Rust
docs.rs failed to build ckb-contract-std-0.1.2-pre
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: ckb-contract-std-0.1.5

ckb-contract-std

This library contains serveral modules that could help you write CKB contract with Rust.

  • syscall module: defines CKB syscalls functions
  • debug macro: a println! like macro helps debugging
  • setup macro: defines contract entry point

Check examples and this tutorial to learn how to use.

See also ckb-contract-tool which helps you write tests.