DEV Community

Cover image for Easier Smart Contracts with Lua
Bernardo Ramos
Bernardo Ramos

Posted on

Easier Smart Contracts with Lua

Smart contracts are programs that run on blockchains

Blockchains are "trustless" - it means that every node on the network execute the same code you posted and check the result against other nodes.

Blockchain developers complain that coding in Solidity is not an easy task.

Now it is possible to create smart contracts using Lua, one of the easiest programming languages out there. Check it out:

After you wrote your first smart contract, you need to deploy it to the blockchain. Here is how it is done:

Isn't it simple?

You are now ready to write your first smart contract using the web-based IDE

If you need help, feel comfortable to join our community

Top comments (0)