Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 4.95 KB

README.md

File metadata and controls

67 lines (47 loc) · 4.95 KB

Mozart

payment processing and digital money transfers Dapps.

GitHub code size in bytes GitHub last commit GitHub stars My stars GitHub forks Code size Languages Top Issues Watchers

Mozart-logo

Features and Interfaces

Home-Page UI

react

Demo video How Dapp works !

Generic badge

Tools and Languages:

react css3 ethereummochatailwindcss githtml5 solidityhardhat waffle vite nodejs

Requirements

  1. Required Metamask Wallet
  2. Vite
  3. 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.

Instructions

  1. This web application only can perform on Rinkeby Test Network.
  2. You can take test Ether from this link! RinkeBy

Need help?

Feel free to contact me on LinkedIn

Instagram Twitter Medium

pragma solidity ^0.8.0;

contract Mozart{

string public ifYouEnjoyed="starRepository";


 function getMessage()public view returns(string memory){
 return ifYouEnjoyed;
 }
}