Basic Smart Contract
It is our very first smart contract built using Solidity on Codedamn online editor. This chunk of code mints coins and also transfers coins from sender to receiver. I built it by following the FreeCodecamp editorial for building and deploying your very first smart contract.
What we learnt
By building this very simple project I learnt-
- What is EVM?
- What is gas?
- What is smart contract?
- A little introduction to solidity.
- How to build, compile and deploy smart contract on Sepolia/Goerli testnet.
- I also got familiar with solidity development environment.
What's next
- Learn and build more using solidity
- Leverage this idea to a full fledged full stack web3 app.
Built With
- metamask
- solidity
Log in or sign up for Devpost to join the conversation.