Learning to write smart contracts with solidity, this repository will be of great help for beginners. From remix to your own vs code local setup, this repository covers all.
The content provides a detailed guide on writing smart contracts with SOLIDITY. It covers various topics and concepts related to smart contract development, including Remix setup, data types, function declarations, fields in a transaction, global keywords, libraries, asynchronous programming, and deploying contracts to testnet or mainnet. The guide also introduces tools and platforms such as Ganache, Metamask, Alchemy, and Block Explorers.
payable, msg.value, require, revert, and their significance in smart contract development.async keyword, Promise in Javascript, and the use of await keyword in handling asynchronous operations in smart contracts.The content provides a comprehensive guide on writing smart contracts with SOLIDITY. It covers various aspects of smart contract development, including Remix setup, global keywords, libraries, asynchronous programming, and deploying contracts to testnet or mainnet. It presents step-by-step instructions and explanations for each topic, making it a valuable resource for beginners and experienced developers alike.