Enigmatic Aura
TwitterMediumGithub
  • Welcome
  • 101-CRYPTO-WEB3
    • [101] Crypto and Web3 Basics
    • [101] Linux Commands
  • NEW NODE & TESNET
    • Aztec Public Testnet Guide
  • Node Validator
    • Sonaric AI Node
    • Zenrock Node
      • Update Zenrock Node
    • BrinX AI Node Validator
      • Worker Node Setup
      • Relay Node Setup
    • Drosera CLI Node Guide
  • Testnet Airdrop
    • Monad Testnet Guide
    • Sunrise Testnet v2
    • Inkonchain - The Break
    • Plaza Finance - Testnet
    • Cysic Incentivized Testnet
    • Crypto Faucet List
    • Abstract Chain's L2 Testnet
    • DEPIN - Project
      • Dawn
      • Teneo Node Extension
      • OpenLayer
        • Code
      • Gradient Network
      • Grass Stage 2: Capturing the Web
    • Base Learn - Testnet
      • Deploying Smart Contracts
        • How to Deploy
        • Testnet Base Learn
        • Source Code
      • Join Community
    • Incentivized Testnet - Multipli's
    • Yala Testnet
      • Getting Started on Yala Testnet
      • How to Set Up Your Wallet and Claim the Faucet
      • Testnet Tasks
      • Additional Resources
      • Other Tasks
    • Unichain Testnet
      • Wallet Setup & Faucet
      • Bridge
      • Deploy , Swap & Add LP
      • Additional Tasks
    • Rise Chain
  • Retrodrop
    • Huma Finance, OpenEden & SuperStacks
Powered by GitBook
On this page
  • Inkonchain - The Break Testnet
  • 🎁 Potensi Hadiah
  • Langkah 1: Klaim Faucet
  • Langkah 2: Deploy Token di Ink
  • Langkah 3: Tambahkan Jaringan Ink Sepolia ke Wallet
  • Langkah 4: Deploy Kontrak Smart di Ink Sepolia
  • Langkah 5: Mengirim Pesan di Kontrak
  • Langkah 6: Verifikasi Kontrak
  • English Version
  • Inkonchain - The Break Testnet
  • 🎁 Reward Potential
  • Step 1: Claim Faucet
  • Step 2: Deploy a Token on Ink
  • Step 3: Add Ink Sepolia Network to Wallet
  • Step 4: Deploy Smart Contract on Ink Sepolia
  • Step 5: Send a Greeting Message on the Contract
  • Step 6: Verify the Contract
  1. Testnet Airdrop

Inkonchain - The Break

Testnet

PreviousSunrise Testnet v2NextPlaza Finance - Testnet

Last updated 7 months ago

Inkonchain - The Break Testnet

🎁 Potensi Hadiah

Ikuti langkah-langkah berikut untuk berinteraksi di Testnet Inkonchain dan berpotensi mendapatkan reward!


Langkah 1: Klaim Faucet

  1. Kunjungi untuk mendapatkan ETH di Sepolia.

  2. Bridge Sepolia ETH ke Ink Sepolia melalui .


Langkah 2: Deploy Token di Ink

  1. Buat Token ERC20 dengan bantuan :

    • Pilih ERC20 - Name & Symbol.

    • Klik "Open in Remix".

  2. Deploy Token Menggunakan Remix:

    • Masuk ke .

    • Pilih Solidity Compiler, centang Enable Optimization, dan klik Compile.

    • Setelah berhasil kompilasi (tanda centang hijau), klik Deploy | Injected Provider Metamask.

    • Konfirmasi transaksi di Metamask.

  3. Setelah deploy berhasil, Anda akan melihat kontrak yang telah dideploy.


Langkah 3: Tambahkan Jaringan Ink Sepolia ke Wallet


Langkah 4: Deploy Kontrak Smart di Ink Sepolia

  1. Buka Remix dan buat file baru bernama InkContract.sol.

  2. Tempelkan kode berikut:

    // SPDX-License-Identifier: MIT
    pragma solidity ^0.8.19;
     
    contract InkContract {
        string public greeting = "Hello, Ink!";
        
        function setGreeting(string memory _greeting) public {
            greeting = _greeting;
        }
    }
  3. Compile file InkContract.sol dengan Enable Optimization diaktifkan.

  4. Deploy kontrak dan konfirmasi transaksi di wallet Anda.


Langkah 5: Mengirim Pesan di Kontrak

  1. Buka Deployed Contracts di Remix dan temukan kontrak yang telah dideploy.

  2. Ketik pesan di kolom input setGreeting dan klik tombolnya.

  3. Konfirmasi transaksi di wallet Anda.


Langkah 6: Verifikasi Kontrak

  1. Klik Verify & Publish.

  2. Isi detail verifikasi kontrak:

    • Pilih Solidity (Single file).

    • Pilih versi compiler yang digunakan di Remix.

    • Aktifkan optimasi dengan 200 runs.

    • Tempelkan kode kontrak Anda.

  3. Klik Verify & Publish untuk menyelesaikan proses verifikasi.



English Version


Inkonchain - The Break Testnet

🎁 Reward Potential

Follow these steps to interact with the Inkonchain Testnet and potentially earn rewards!


Step 1: Claim Faucet


Step 2: Deploy a Token on Ink

    • Select ERC20 - Name & Symbol.

    • Click "Open in Remix".

  1. Deploy Token Using Remix:

    • Choose Solidity Compiler, enable Optimization, and click Compile.

    • After successful compilation (green checkmark), click Deploy | Injected Provider Metamask.

    • Confirm the transaction in Metamask.

  2. Once deployed, you’ll see your deployed contract.


Step 3: Add Ink Sepolia Network to Wallet


Step 4: Deploy Smart Contract on Ink Sepolia

  1. Open Remix and create a new file named InkContract.sol.

  2. Paste the following code:

    // SPDX-License-Identifier: MIT
    pragma solidity ^0.8.19;
     
    contract InkContract {
        string public greeting = "Hello, Ink!";
        
        function setGreeting(string memory _greeting) public {
            greeting = _greeting;
        }
    }
  3. Compile the InkContract.sol file with Enable Optimization checked.

  4. Deploy the contract and confirm the transaction in your wallet.


Step 5: Send a Greeting Message on the Contract

  1. Go to Deployed Contracts in Remix and locate your deployed contract.

  2. Type a message in the setGreeting input field and click the button.

  3. Confirm the transaction in your wallet.


Step 6: Verify the Contract

  1. Click Verify & Publish.

  2. Fill in the contract verification details:

    • Select Solidity (Single file).

    • Choose the same compiler version used in Remix.

    • Enable optimization with 200 runs.

    • Paste your contract code.

  3. Click Verify & Publish to complete verification.



Ikuti instruksi untuk menambahkan jaringan Ink Sepolia.

Kunjungi dan cari alamat kontrak yang telah Anda buat.

Sumber:

Visit to get Sepolia ETH.

Bridge Sepolia ETH to Ink Sepolia through the .

Create an ERC20 Token using :

Go to .

Follow the to add the Ink Sepolia network.

Visit and search for your contract address.

Source:

Alchemy Faucet
Ink Bridge
OpenZeppelin Wizard
Remix
di sini
Ink Sepolia Explorer
Inkonchain on X (Twitter)
Alchemy Faucet
Ink Bridge
OpenZeppelin Wizard
Remix
instructions here
Ink Sepolia Explorer
Inkonchain on X (Twitter)