Skip to content

contrun/ckb-lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b71d442 · Mar 9, 2023
Mar 7, 2023
Aug 9, 2022
Nov 9, 2022
Mar 9, 2023
Mar 9, 2023
Mar 9, 2023
Mar 9, 2023
Dec 24, 2022
Mar 9, 2023
Dec 15, 2022
Aug 9, 2022
Aug 24, 2022
Aug 9, 2022
Mar 9, 2023
Feb 24, 2023

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