Loop Network Docs
  • Welcome to Loop Network !
    • Tokenomics
    • Table of Comparison
  • Basic Knowledge
    • What is Blockchain ?
      • EVM Explained
      • Nodes
      • Smart Contract
    • Getting Started with Loop Network
      • Connect to Metamask
        • How to Connect with Metamask
  • Whitepaper 2.0
    • Genesis File
    • Consensus
    • Key Management
    • Contract Deployment
      • Truffle
      • Hardhat
    • LRC20 Token
  • Running Full Node
Powered by GitBook
On this page
  1. Basic Knowledge
  2. What is Blockchain ?

Smart Contract

PreviousNodesNextGetting Started with Loop Network

Last updated 3 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