Base MetaMan NFT极简获取教程

只需要页面中点点点,不需要啥代码~

https://quests.base.org/quest

1. 访问任务地址,连接钱包后会看到下图所示,点击Base Testnet Faucet,按照步骤即可领取测试币

post image

2. 测试币到手,部署合约,打开remix。

https://remix.ethereum.org/

默认会有一个workspace,如图:

post image

3. 此时你只需要选中1_Storage.sol文件,然后做一次编译:

post image

4. 再选中部署位置进行部署即可(注意连接有测试币的钱包,并且选中Base测试网):

post image

5. 部署后复制部署的合约地址:

post image

6. 再次打开任务页面,填入复制的合约地址即可领取。

post image
post image