A web3.0 blockchain application to make ethereum transactions built using react typescript on the frontend and solidity for developing smart contracts.
Clone the repo to your machine
- Run the fowllowing command to get into the right path for the client project
cd <../path/to/Ethkrypto/client>
- Run one of the next commands to install the required dependencies
npm install
if you are using npm oryarn
if you are using yarn. - Run the fowllowing command to get into the right path for the smart contract project
cd <..>
thencd <smart_contract>
- Run one of the next commands to install the required dependencies
npm install
if you are using npm oryarn
if you are using yarn.
Make sure to install MetaMask on your borwser and connect to your wallet account.
Then you are ready to use the project😀👍