Skip to content

chanhsu001/ckb-debugger-playground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ckb-debugger-playground

Use with slides/presentation.pptx

Quick Start

git clone https://github.com/XuJiandong/ckb-debugger-playground.git
git submodule update --init --recursive
make all-via-docker
cd deps/ckb-system-scripts
make install-tools
make all-via-docker

Then play with commands mentioned in slides/presentation.pptx.

Play with Rust contracts

First install capsule. Then build contract:

cd rust/contract1
capsule build

After that, replace binary with $(RUST_BIN) in Makefile and play with them.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 68.8%
  • Makefile 23.6%
  • C 7.6%