🌐
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

REMIX

Deploying Smart Contracts using Remix

PreviousFoundryNextEthersΒ·js

Last updated 10 months ago

What is Remix?

Remix Project is a robust set of tools that can be used by individuals of any skill level throughout the entire process of developing contracts, and it also serves as an educational platform for learning and experimenting with Ethereum.

Getting Started with Remix

  1. Visit to get started.

  2. Under Featured Plugins, select Solidity.

  3. Navigate to the File Explorer and click "+" to create a Smart Contract

  4. Input your smart contract or use the sample contract below.

    // SPDX-License-Identifier: MIT
    // compiler version must be greater than or equal to 0.8.17 and less than 0.9.0
    pragma solidity ^0.8.17;
    
    contract HelloWorld {
    string public greet = "Hello World!";
    }
  5. Navigate to the Compile sidebar option and click Compile.

Deploying your Smart Contract

Once you have written your Smart Contract in Remix, you can navigate to the sidebar option to Compile your contract.

  1. Change the top ENVIRONMENT dropdown from "Javascript" to "Injected Web3"

  2. This will take you MetaMask - Press connect in Metamask to allow Remix access.

  3. Use the following information to add Atleta Olympia Testnet network to Metamask

  • Network: Atleta Olympia

  • Chain ID: 2340

  • Currency Symbol: ATLA

New RPC URL:

Block Explorer URL:

πŸ‘¨β€πŸ’»
​
​
Remix
​
https://testnet-rpc.atleta.network
https://blockscout.atleta.network/