1️⃣ Receive test tokens faucet.zenchain.io

  • Tokens can be obtained once every 24 hours.

  • Go to https://faucet.zenchain.io/

  • We insert the wallet number.

  • We click on the tweet button Share on X. We repost, for this we will be able to claim additional tokens.

  • Insert the repost link into the Link to X Post (Optional bonus) field.

  • Click the Receive ZCX button and receive 2000 tokens.




2️⃣ Complete two Blockchain quests

1. Transfer ZCX tokens task

  • Take any wallet number (if not, you can take a random number from zentrace.io).

  • We send any amount of ZCX from the wallet to it.

  • We wait for the transaction to complete (up to two minutes).

  • Go to the wallet, copyTransaction ID.
    In the screenshots for example 2 different wallets - Metamask and Rabyy where to look for transactions
    Metamask:Open the sectionActivity→ select the required transaction → copyTransaction Hash (TXID).

  • Rabby: Open the Transactions section → select Added networks → click on Unknown transaction → go to zentrace and copy the transaction id there.

  • Let's return to the site with tasks.
    Select the desired quest and insert the ID into the quest field.

  • We press the button and go through the captcha.



2. Deploy a smart contract

  • Let's go to remix.ethereum.org.

  • Go to the contacts folder. Click Create new file.

  • We name the file ZenChain.sol

  • Insert the following code:

    // SPDX-License-Identifier: UNLICENSED
    pragma solidity ^0.8.0;

    contract HelloWorld {
    string public message;

    constructor() {
    message = "Hello, World!";
    }
    }


    • Click Compile.

    • Go to the Solidity Compiler section

    • select Advanced Configurations.

    • select EVM Version — shanghai.

    • Click Compile INativeStaking.sol.

    • Go to Deploy & run transactions.

    • Click on Wallet Connect and connect the wallet.

    • Make sure the ZenChain network is selected.

    • Click Deploy and confirm the transaction in the wallet.

    • The transaction should be displayed in the “Deployed Contracts” section.

    • Go to your wallet (for example, via Rabby Wallet).

    • Go to the wallet, copyTransaction ID.
      In the screenshots for example 2 different wallets - Metamask and Rabyy where to look for transactions
      Metamask:Open the sectionActivity→ select the required transaction → copyTransaction Hash (TXID).

    • Rabby: Open the Transactions section → select Added networks → click on Unknown transaction → go to zentrace and copy the transaction id there.

    • Let's go to zentrace.io and copy the transaction.

    • Let's return to the site with quests.

    • We select the quest Deploy a smart contract.

    • We insert the transaction and pass the captcha.

    🆘 If you have any questions

    Tag me in ZenChain server chat@m_eden_
    Good luck with the quests! 🌟




    #Zrnchain #testnet #Blockchain #airdrop