Smart Contract Overview
Last updated
Was this helpful?
Last updated
Was this helpful?
Developers have the choice of two languages for writing smart contracts:
The flagship language of Ethereum, and most popular language for smart contracts.
LISP Like Language (LLL)
A low level language, Serpent provides a superset of LLL. There's not a great deal of information for working with LLL, the following blog and associated repository is a good place to start.
In order to deploy a smart contract onto the Ethereum blockchain, it must first be compiled into a bytecode format, then use to create contract binding for deploying and invoking with contract
Please refer to