Tips for writing smart contracts on Redbelly¶
Redbelly is built to enable compliant asset tokenisation.
Redbelly is compatible with the Ethereum Virtual Machine (EVM) and can execute smart contracts written for the EVM in Solidity. To build your compliant asset tokenisation use case, you'll need to work with smart contracts written in Solidity. Before you begin, therefore, it is recommended that you:
- Review the Redbelly EVM compatibility considerations and version details.
- Familiarise yourself with Solidity smart contracts.
Step-by-step guide¶
Important
To avoid potential vulnerabilities and loss of funds, always exercise caution and perform security audits before deploying your smart contract to the mainnet.