Live site !! https://moz4rt.netlify.app
- Required Metamask Wallet
- Vite
- The source code of this project is written in this tools and technology
solidity
,mocha
,JavaScript
,Alchemy Api
. So, you would require the Alchemy account and a valid Alchemy Api Key to run this project.
- This web application only can perform on Rinkeby Test Network.
- You can take a test Ether from this link! RinkeBy
Feel free to contact me on LinkedIn
pragma solidity ^0.8.0;
contract Mozart{
string public ifYouEnjoyed="starRepository";
function getMessage()public view returns(string memory){
return ifyounjoyed;
}
}