Use thirdweb
thirdweb is the fastest way to build web3 apps.
thirdweb is a 100% open source web3 development stack with smart contracts, tools, infrastructure and SDKs in common languages like Typescript, React, React Native, Go, Python and Unity. In addition, apps can use thirdweb's universal wallet interface as well build custom smart contracts using thirdweb's Solidity SDK.
With thirdweb, developers can seamlessly deploy to 700+ EVM chains. Examples of apps and services that have launched with thirdweb:
- A Minting API for launching and minting new NFT collections
- Launch NFT Drops
- Build NFT marketplaces
- Connect digital assets to e-commerce stores
- Build blockchain games as well as add web3 features to games
Developers can find clonable templates to get started building.
thirdweb Dashboard Tutorial​
This tutorial will walk developers through deploying and configuring a new ERC-20 token contract to Linea Testnet using the thirdweb Dashboard. You will learn how to:
- Deploy a pre-built ERC-20 smart contract template
- Configure your token smart contract
- Set up claim conditions, to allow others to claim your token
- Transfer or airdrop tokens
Before you begin, ensure that you have a wallet that is configured to use Linea and that has been funded with Linea Goerli ETH.
Deploy a TokenDrop (ERC-20) Contract​
Visit Linea Testnet chain page at thirdweb
Deploy TokenDrop (ERC contract) using the thirdweb Dashboard
Connect wallet to Dashboard
Change network on connect wallet to Linea Testnet
Click on Token Drop contract on the contract explorer page and deploy the smart contract by clicking on the Deploy now button. Give your contract a Name and Symbol
(note: do not uncheck the 'add to dashboard' option)
Once you’ve confirmed the transactions with your wallet the contract will be deployed and you will be redirected to that smart contract’s Overview page on the Dashboard.
Make Your Token Claimable by Users​
- Go to the “Claim Conditions” tab on the Dashboard
- You will want to add a claim phase that will start immediately and allow any wallet to claim a maximum of 10 of our tokens at one time.
Click on the “Add Phase” button and select “Public”
Set the parameters of the claim phase as follows:
Save the claim phase by clicking the “Save Phases” button. Your wallet will be prompted to accept the transaction.
Claim 10 tokens to your wallet​
- Click on the Embed tab of the Dashboard.
- The Embed tab shows an embeddable
<iframe>
code that you can copy to your clipboard and paste into any website which will render the token claiming embed.
For the quest we will just claim from the embed that is already running on the Embed tab. Scroll down to see the embed:
Connect your wallet to the embed, set the quantity to 10 and claim your tokens by clicking the “Mint (free)” button. Your wallet will be prompted to accept the transaction.
When the transaction has been completed, the embed should look like this. Note the embed is saying you can’t claim 10 more (we set the max claimable in the claim phase to 10).
Transfer one of your tokens to the Quest Completion Address​
- Go to the “Tokens” tab, where you will see summary information about your token. Total supply of your token is 10 and you should see 10 owned by you.
- Click the “transfer” button to transfer a token to the Quest Completion address
0x630900fB257fAfEf02491368062d50d6677d9D75
. Enter the Quest Completion address and a quantity of 1 and click on the Transfer button.
Confirm the transfer in your wallet. Once the transaction is complete, you should see that your wallet now owns 9 tokens on the Token tab.