FLOPS
  • 📍FLOPS
  • 📌Abstract
  • 📖INTRODUCTION
    • Pain Points in the AI Industry
    • FLOPS's Solution
    • Ecosystem Value
  • ⛓️FLOPS Chain
    • Hybrid Consensus
    • Zero-Knowledge Proofs (ZK) in FLOPS
    • Modular AI Support
    • Dynamic GPU Resource Allocation
  • 💻Unlimited Computing Power
  • 🔘Roadmap
  • 💲Tokenomics
  • Services & Products
    • For Developers
    • For Community
    • For Businesses
  • ⚒️BUILD
    • Introduction
      • Accounts and Wallets
      • Setup Metamask with FLOPS
      • Bridge to/ from FLOPS
    • Build Environment
      • RPC
      • Add FLOPS Network to MetaMask
      • Testnet Tokens
    • SmartContracts
      • Deployment
      • Verify
        • Hardhat
        • Page
Powered by GitBook
On this page
  1. BUILD

SmartContracts

This chapter will guide you through deployment of your first Solidity based SmartContract on FLOPS. Feel free to skip to relevant parts based on your experience and comfort level.

In this tutorial, you'll learn to develop and deploy a smart contract on FLOPS, tailored for those new to EVM and seeking a basic yet thorough understanding of the process. Expected to take about 30 minutes, completing this tutorial will mark your entry into dApp development!

Requirements include:

  • Basic knowledge of Solidity

  • Familiarity with software development tools and CLIs

  • Basic understanding of MetaMask

  • Access to an IDE like; VSCode or Remix

What you will accomplish in this tutorial:

  • Learn about FLOPS

  • Configure MetaMask

  • Deploy a smart contract onto Testnet

  • Obtain some test tokens from the faucet

  • Deploy a smart contract on FLOPS Testnet

PreviousTestnet TokensNextDeployment

Last updated 6 months ago

⚒️