How Can We Help?

Print

A Smart Contract is code that is deployed to the blockchain. Each smart contract contains code that can have a predefined set of inputs. Smart contracts can also store data. Following the distributed model of the blockchain, smart contracts run on every node in this technology, and each contract’s data is stored in every node. This data can be queried at any time. Smart Contracts can also call other smart contracts, enforce permissions, run workflow logic, perform calculations etc. Smart contract code is executed within a transaction – so the data stored as a result of running the smart contract (i.e. the state) is part of the blockchain’s immutable ledger.

Radium Core will be receiving support for Smart Contracts in future updates.