πŸ§™Guide to mint Scroll Origins NFT

Scroll Origins NFT introduction:

please check https://scroll.io/blog/scroll-origins-nft

Why mint Scroll Origins NFT?

for Scroll's airdrop

Requirement to mint Scroll Origins NFT:

1 Scroll requires you to deploy at least one contract on the Scroll mainnet before you are qualified to mint NFTs.

2 some $ETH in scroll mainnet as gas fee to deploy contract and mint NFT.

If I want to mint Scroll Origins NFT, is there an easy way?

Yes. OKOK Network can bridge your $ETH to the Scroll mainnet and provide a one-click web interface to deploy contracts.

Steps to mint Scroll Origins NFT:

1 create wallet accounts in Metamask or other wallet and add scroll network, check this tutorial, optional.

2 bridge $ETH to your wallet account in Scroll mainnet, check this doc. If you already has $ETH, this is optional too. Recommended method: withdraw $ETH from CEX to Arbitrum one, then use okok network to bridge your $ETH from arbitrum one to scroll network. This method costs you cheapest gas fee/protocol fee.

3 open https://scrollorigins.okok.network/ in pc chrome browser, connect wallet, click "Deploy Contract" button to deploy contract to scroll mainnet.

4 after successfully deployed contract, open https://scroll.io/developer-nft/check-eligibility to check eligibility of mining Scroll Origins NFT

5 after Dec 15, 2023, open https://scroll.io/developer-nft/check-eligibility to mint Scroll Origins NFT.

6 wait for airdrop. Good luck!

Save gas tip:

bridge $ETH and deploy contract at Ethereum network's non-peak traffic time.

You can check current Ethereum gas price in etherscan website.

We operate on the L2 network, but L2's transaction fees are also affected by Ethereum’s gas fees because L2 networks need to submit data batch to Ethereum to maks everything safe. During the peak period of Ethereum, the gas fee of Ethereum increased significantly, so the transaction fee of L2 also increased accordingly.

What contract will scrollorigins.okok.network deploy for me?

pragma solidity ^0.8.0;

contract A {

bool c = true;

}

we will deploy this little contract which does cost very little gas and will not affect your minting eligibility.

Last updated