ckb-contract-std 0.1.0-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.0-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: defines CKB syscalls functions
  • types: defines CKB blockchain data structures

See this article to learn how to write a contract in Rust.