greyhao

greyhao

first learn, then share, learn again.
twitter

Base Mainnet Experience: Low Cost, Completed in 3 Minutes Quickly

Introduction#

Base is an Ethereum L2 network built on the OP Stack and incubated by Coinbase.

The latest official news is that the mainnet is now open to builders. Developers can deploy their contracts on the Base mainnet for testing. For regular users, there is an NFT available for free minting to experience the smoothness of the mainnet.

Although Base has always claimed not to issue tokens, early adopters may receive unexpected rewards (note: this view is unofficial and just a speculation).

Interaction#

This interaction can be divided into the following 3 steps:

  1. Cross-chain ETH
  2. Sign information
  3. Mint NFT

Cross-chain#

Currently, the mainnet is only available to developers, so there is no frontend page for cross-chain functionality. However, in practice, you can perform a transfer operation on the mainnet to achieve cross-chain functionality.

Simply transfer ETH to the address: 0x49048044D57e1C92A77f79988d21Fa8fAF74E97e. After the transaction is successful, you can see the contract on Base after two minutes.

Sign specified information#

First, find the information to be signed, which is the information in the genesis block.

image

Open the basescan signature tool.

sign-1

Click the button in the image. The first click will prompt you to add the Base network to MetaMask. Follow the instructions to add and switch. Then click the button again, and this time just enter the information to be signed in the input box and click "Sign Message".

sign-2

Copy the hash of the successful signature.

sign-3

Contract mint#

First, open the browser contract page: https://basescan.org/address/0x1fc10ef15e041c5d3c54042e52eb0c54cb9b710c#writeContract, and directly call the write method of the contract in the browser.

Execute the following steps: connect the wallet, enter the hash, and click Write.

mint-1

After the transaction is successfully sent, you will see an additional button on the right side. Click it to view the Mint result.

mint-2

That's all the steps.
If this article is helpful to you, please share it more.
For more project information and detailed tutorials, follow my Twitter.

References#

Base Mainnet is Open for Builders

Base Bridge

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.