Smart Contracts

Meey provides its own smart contract platform for implementing various business logic on the blockchain.

To create smart contracts for Meey, you can use the Lua scripting languagearrow-up-right.

Lua is a powerful, efficient, lightweight, embeddable scripting language. It has a simple procedural syntax with a powerful data description structure. Lua supports a variety of programming methods: procedural programming, object-oriented programming, functional programming.

We use LuaJIT 2.1.0arrow-up-right as the VM. LuaJIT is a Just-In-Time Compiler (JIT) for the Lua programming language.

You can learn the Lua programming language through the following documents:

Last updated

Was this helpful?