Skip to content

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:

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.

Setup icon

Step 1:

Set up environment

Set up environment

Eligibility icon

Step 2:

Add eligibility checks

Add eligibility checks

Testing icon

Step 3:

Test smart contract

Test smart contract

Deploy icon

Step 4:

Deploy smart contract

Deploy smart contract

Interact icon

Step 5:

Interact

Interact