Parex Network
Block ExplorerCommunityParex NetworkDAO
  • 🦝Parex Network Docs
  • Welcome
    • 🚩Quick Start
      • Parex Network in a nutshell
      • Connect to Mainnet and Testnet
      • Deploy and verify a contract
        • Deploy with Remix IDE
          • ERC-20 smart contract
        • Deploy with thirdweb
        • Verify with Parex Block Explorer
      • Run a Parex Chain Node
      • Become a Validator
        • Run a Validator node
        • Authorization of Other Validators
        • nametag for Validator
        • Validator slashing
        • Validator Locked
      • Parex Halving
  • How we Work
    • 📖Learn
      • About Parex Network
        • Tokenomics
        • Parex Networks Labs
      • Parex Bridge
        • How to bridge PRX PEP20 to BEP20
        • How to bridge PRX BEP20 to PEP20
      • Staking on Parex Chain
        • Locked Stake your PRX on dAPP
        • Unlocked Stake your PRX on dAPP
        • Staking Rewards
        • Staking PRX from your Ledger
      • Become a Validator
        • Run a Validator node
        • Authorization of Other Validators
        • nametag for Validator
        • Validator slashing
        • Validator Locked
      • Glossary
        • Blockchain
        • Consensus mechanisms
        • Governance
        • Validator
        • Staking
        • Wallet
        • PEP-20
        • Wrapped PRX (wPRX)
        • Dead Contract Wallet
      • Parex Halving
  • For Developers
    • 💻Develop
      • Basics
        • Use MetaMask
          • Install MetaMask
          • Link Parex Testnet to MetaMask
          • Link Parex Chain to MetaMask
        • Connect to Parex Chain
          • Connect using RPC
          • Run a Parex Chain Node
          • Use a hardware wallet
        • Block Explorer
        • Parex Testnet Faucets
          • Obtain testnet tokens
          • Obtain TPRX with Parex Testnet Faucet
        • Obtain wPRX or PRX
          • PRX to wPRX
          • wPRX to PRX
        • Deploy and verify a contract
          • Deploy with Remix IDE
            • ERC-20 smart contract
          • Deploy with thirdweb
          • Verify with Parex Block Explorer
        • Tips & Tricks
  • For Community
    • 🫂Community
  • information
    • 🗺️Roadmap
    • ♻️Doc updates
Powered by GitBook
On this page

Was this helpful?

  1. For Developers
  2. Develop
  3. Basics
  4. Deploy and verify a contract

Deploy with Remix IDE

PreviousDeploy and verify a contractNextERC-20 smart contract

Last updated 1 year ago

Was this helpful?

is a no-setup tool with a GUI for developing smart contracts. Used by experts and beginners alike, Remix will get you going in no time.

Remix is available as web-based environment, a desktop program, a VS Code extension and even a CLI tool. Here, we will use the web-based version

You can also use the .

Deploy a smart contract using Remix IDE

  1. Go to .

The Remix IDE opens in your browser.

  1. Click Start Coding.

The editor opens with a simple template.

  1. Paste the copied smart contract into the Remix editor. You can rename the file from the left sidebar, for instance token.sol :

You can also customise values for symbol, name, decimals, and _totalSupply

5. Click Compile

  1. Open the Deploy & run transactions section.

  • Make sure that your contract is selected

  • Click Deploy.

  1. Select "Injected Provider - MetaMask" in the environment in order to link your MetaMask account. Your MetaMask wallet should open automatically. Select the checkbox to connect the deployed contract with MetaMask. Click Next.

8. Select Connect to link your MetaMask Wallet with your smart contract.

9. Return to Remix IDE and select Send Transaction when the following pop-up window appears.

10. On your MetaMask Wallet, under the DETAILS tab, you will see Contract Deployment information. Select Confirm if you approve the transaction fees.

Your contract is deployed on the Parex Blockchain.

Optionally, you can view the deployed contract on the Block Explorer.

Open the page and copy the sample contract to your clipboard.

💻
ERC-20 Smart Contract
Remix IDE
official Remix IDE documentation for creating and deploying a contract
https://remix.ethereum.org