Skip to content

contrun/ckb-lua

Repository files navigation

CI

ckb-lua

A project to help developers writing script in Lua on CKB-VM.

Build

make all-via-docker

Playground

There are a lot of tests located in 'tests' folder. Before running, please install ckb-debugger described in CI scripts. Here is a "hello,world" example:

make -C tests/test_cases hello_world

Usages

There are 2 ways to use this project:

  1. Embedded (Recommended)

Use build/libckblua.so as a dynamic library. See dylib.md for a detailed tutorial on how to use build/libckblua.so.

  1. Standalone

Use build/lua-loader as a script. Require hacking for further requirement.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published