Swisstronik Docs
  • 🇨🇭About Swisstronik
    • What is Swisstronik?
    • Swisstronik vs Ethereum
    • Useful links
  • 🌐General
    • Intel SGX
    • Governance
      • On-Chain Proposal
      • Formatting a Proposal
      • Submitting a Proposal
      • Governable Parameters
    • Community Pool
    • Accounts
    • Transactions
    • Gas and Fees
    • Coin & Tokens
  • ⚒️Development
    • Endpoints
    • Connect wallets
      • MetaMask (EVM) - Manual
      • Keplr (Cosmos)
      • Testnet Metamask (EVM) - Chainlist
      • Testnet MetaMask (EVM) - Manual
      • Testnet Keplr (Cosmos)
    • Get test coins
    • SwisstronikJS SDK
      • SwisstronikJS Functions
      • Swisstronik & Ethereum transactions
      • Transaction - code sample
      • Swisstronik & Ethereum calls
      • Call - code sample
    • Swisstronik CLI
      • Installation
      • Configuration
      • Key management
      • Queries
      • Sending SWTR
      • For SDI Issuers
    • Guides
      • Contract deployment - Hardhat
        • 1. Setting up the Hardhat environment
        • 2. Configure hardhat.config.js
        • 3. Write and compile the smart contract
        • 4. Deploy the smart contract
        • 5. Interact with the contract - Transaction
        • 6. Interact with the contract - Call
      • Contract deployment - Remix IDE
      • Deployment & Interaction PERC-20
        • ERC-20 & PERC-20
        • Sample PERC20 contract
        • Deployment & Interaction with contract
        • How to use encryption
      • Contract verification
      • SDI for dapp developers
    • Local testnet
    • Web3JS, Ethers, Viem and other third-party libraries
  • 🖥️Node setup
    • Setup SGX
      • Supported Hardware
      • Setup Intel SGX
    • Setup node
      • Mainnet
        • v1.0.1 Upgrade
      • Testnet
        • Install from .deb package
        • Configure node
        • Upgrade your testnet node
          • Swisstronik v3 Testnet
          • Swisstronik v4 Testnet
          • Swisstronik v5 Testnet
          • Swisstronik v5.1 Testnet
          • Swisstronik v6 Testnet
          • Swisstronik v7 Testnet
          • Swisstronik v8 Testnet
        • Seed Node
        • Live Peers
        • Genesis Mirror Download
    • CLI Cheatsheet
  • 🤝Delegators
    • What is a delegator?
    • Delegator Guide (CLI)
    • Delegators Security
Powered by GitBook
On this page
  1. Development
  2. Guides

Contract deployment - Remix IDE

On this page, we will walk you through the process of deploying your first smart contract using Remix IDE, a powerful web-based Integrated Development Environment for EVM smart contracts.

Previous6. Interact with the contract - CallNextDeployment & Interaction PERC-20

Last updated 8 months ago

For contract deployment, you can use Remix IDE. However, encrypted contract interactions from Remix IDE are not possible on Swisstronik due to blockchain encryption. If you still want to interact with a deployed contract, ensure your provider is connected to an unencrypted endpoint: https://json-rpc.testnet.swisstronik.com/unencrypted

We highly recommend using

Only Solidity versions up to 0.8.20 are supported.

  1. Go to

  2. Click on the contracts folder.

  1. Select any of the three default contracts, then compile the contract by clicking on the Solidity compiler icon

  1. Click in Compile your contract

  1. Click on the Deploy & run transactions icon

  1. Connect the Remix environment to Swisstronik by clicking on Injected Provider - Metamask

Make sure the following:

  1. Your account in Metamask is connected to Remix IDE

  1. Click on Deploy, and then click on Confirm the transaction in Metamask

Well done! You've deployed a smart contract on Swisstronik and are ready to start interacting with it. Happy exploring! 🎉

You are in the Swisstronik Testnet network (You can )

You have SWTR balance (You can )

Verify the successful execution of your transaction by visiting the

⚒️
connect to Swisstronik here
get tokens here
block explorer.
Hardhat for contract deployment & interaction.
Remix IDE