Risu Ecosystem
  • Welcome to Risu !
  • Getting Started with Risu Blockchain
  • Tokenomics
  • Roadmap
  • How to Connect Risu Chain with Metamask
  • Official Links
  • RISU Chain Documentation
  • What is Risu Blockchain ?
    • Nodes
    • EVM Explained
    • Smart Contract
  • Whitepaper 2.0 Documentation
    • Genesis File
    • Consensus Engine of RISU Chain
    • Contract Deployment
      • Truffle
  • Disclaimer
Powered by GitBook
On this page
  1. What is Risu Blockchain ?

Smart Contract

PreviousEVM ExplainedNextWhitepaper 2.0 Documentation

Last updated 2 years ago

A reusable snippet of code (a program) which a developer publishes into EVM memory. Anyone can request that the smart contract code be executed by making a transaction request. Because developers can write arbitrary executable applications into the EVM (games, marketplaces, financial instruments, etc.) by publishing smart contracts, these are often also called .

dapps, or Decentralized Apps