The repository of my solidity code development and projects
This code explains
- the use of constructor that takes in name and age while deploying the contract
- the use of functions and their access modifiers - public and external
- Basic Create, Read, Update, Delete in solidity
- Add .env file for environment variables
- A smart contract that takes input from the calling address and sends to a different address
- A multi signature wallet code
- Simple testcases written
- A simple escrow contract to transfer funds
- Deployed own token Openzeppelin version "DhivyaTokenOz" to goerli. Token address 0xB789699caBE164b7579780322BC77D7D41Ba3C59
- Displays NFTs owned by a wallet address : https://github.com/adisdhiv/nft_explorer