Blockchain Things i got to know are:- libraly creation inheritance interface msg.sender msg.value chainLink Fetch the Current Price of Assets in Solidity transfer send call myaddress =new address; mapping error OnlyOwner(); if(msg.sender != ownder){revert OnlyOwner();} chainlinkPricing fallback() receive()