Create and deploy smart contract
Go to FlashGPT and select βCreate a contractβ from the chatbox options.
Letβs go with the default text βWrite a `MyToken` contract which is an ERC20 contract.
Click on the submit button and a smart contract will be generated.
Let's update the Contract name to FishToken and the token symbol to FISH. Why fish? Ottie loves fish a lot.
Letβs add FlashGPT to add a new minting function
Now letβs deploy it to a flash layer. To do this, click βDeploy this contractβ.
Next, click βCompile and Deployβ and confirm the transaction on your metamask.
Congratulations! Your contract has been successfully deployed on the flash layer.
Last updated