here is a guide how to qualify for airdrop……
Explore the EOS Ecosystem
The EOS Network Foundation is home to everything EOS, and since the EOS ecosystem is growing and expanding in dynamic new directions every day, we database and categorize every innovation here.
here is a guide how to qualify for airdrop……
Step-1.) Visit this site to claim EOS Faucet : http://faucet.testnet.evm.eosnetwork.com
Note: Use Telegram to get 30 EOS faucets
Step-2.) Now do the bridge : http://bridge.testnet.evm.eosnetwork.com
Note : Connect your Metamask, It automatically add EOS Testnet test net RPC…
Step-3) Do Swap https://frogge.finance/#/swap
Note : Please very Small Amount here to Swap…. like 0.001
Step-4) Add Liquidity here :
After using Pools looks like…..
Step-5) How to deploy Smart Contact….
visit : Below link
Create new file and paste the below code:
/ SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/utils/Counters.sol";
contract NFT is ERC721 {
using Counters for Counters.Counter;
Counters.Counter private currentTokenId;
constructor() ERC721("NFT Name", "NFT") {}
function mint(address recipient)
public
returns (uint256)
{
currentTokenId.increment();
uint256 tokenId = currentTokenId.current();
_safeMint(recipient, tokenId);
return tokenId;
}
}
now to compile the code:
after compile it looks likes….green indicate compile succesed….
Now deploy it :Click on Deploy….
End here all the best :
For details visit :
@follow me