🌐
Atleta Network
English
English
  • 👋Welcome
    • Introduction
      • What is Atleta?
      • Considerations
  • ⛓️Atleta L1
    • Performance
    • Consensus
      • NPoS
        • BABE
        • GRANDPA
    • Staking
      • Validators
        • Process
        • Configuration
      • Nominators
        • Nominator Pools
      • Rewards
        • Slashing Mechanism
          • Misbehavior Cases
    • $ATLA
      • Tokenomics
    • Interoperability
      • Parachains
      • XCM+
    • Governance
      • Gov Specifications
        • Gov (Without Staking)
      • Treasury
    • Virtual Machine
    • Looking Ahead
  • 🧪Testnet
    • Olympia information
  • 👨‍💻DEVs
    • Build - ⚙ - Testent
      • Building on Atleta Olympia
        • EVM Compatibility
        • Atleta Olympia Contracts
        • Fees
      • Smart Contract Development
        • ATIP
        • ATS
        • Tech Stack
      • Deploy Your EVM App
        • Deploy on Atleta Olympia
        • Hardhat
        • Foundry
        • REMIX
        • Ethers·js
        • Web3·js
      • Tools
        • Node providers
        • Block Explorers
      • Source code
  • ⚙️NODE
    • Run a validator node
    • Run an archive node
  • 💱Grants
    • Atleta Grants Program
      • Ecosystem Grants
        • Application & Requirements
        • Payments
      • 🚧RPGF
      • 🚧Hackathons
  • 📒Guides
    • Testnet "How-To's"
      • “Connect to Olympia Testnet”
      • "Claim $ATLA via Faucet"
      • “Stake Testnet $ATLA tokens”
      • “Governance on Olympia Testnet”
      • “Trade on the DEX ”
      • “Use Atleta Olympia Leaderboard”
  • ❓FAQs
    • F.A.Q.'s
  • ℹ️Resources
    • 😄Social Channels
      • Twitter / X
      • Medium
      • Discord
      • Youtube
      • Instagram
      • Telegram
    • 🌐Website (Atleta)
    • 📄BCSports Docs
    • 📖Atleta Terminology
Powered by GitBook
On this page
  1. DEVs
  2. Build - ⚙ - Testent
  3. Deploy Your EVM App

Deploy on Atleta Olympia

Deploying your application on Atleta Olympia is as straightforward as deploying on any Ethereum-compatible blockchain. Here’s a high-level guide using the Atleta Olympia testnet RPC URL as an example.

While the steps can vary based on your development tools, the general process remains consistent with other EVM-compatible chains like Ethereum, Polygon, and Binance Smart Chain. Here’s a streamlined approach to get you started:

  1. Configure Your Project: Adjust your settings to use the Atleta Olympia RPC URL.

  2. Deploy Your Smart Contracts: Follow the usual deployment process for any EVM-compatible network.

  3. Update Client-Side Interactions: Change the JSON-RPC URL in your frontend to point to Atleta Olympia. Make sure all smart contracts are deployed on Atleta Olympia and update the contract addresses in your frontend.

This guide provides a general overview, but specific steps may vary based on your tools and setup. Enjoy the flexibility and efficiency of building on Atleta Olympia!

PreviousDeploy Your EVM AppNextHardhat

Last updated 11 months ago

👨‍💻