The project basically facilate the environment where we can transfer the real amount in the form of ethereum cryptocurrency from one account to another through Metamask Wallet. The FrontEnd part of the project is done using the javascript framework called ReactJS, whereas for the styling the developer solely used Tailwind CSS. The Responsive factor of the peoject is also taken care of.
The Hole Backend logic was built in the form of smart contract and deployed to the ethereum blockchain network, the client side of the project is communicating with the contract via ABI(application Binary Interface). for more explaination please to the code repository below. https://github.com/Preetam078/Krypto
Preetam Mondal
https://krypto-beryl.vercel.app/
- React
- Tailwind CSS
- Solidity smart contract/ Blockchain
- React Icons
To Develop and Add More features you can clone the source code from my repository
git clone https://github.com/Preetam078/Krypto.git
install the npm to get all the dependent npm packages
npm install
Run Developement Server
npm run dev
To deploy the final code
npm run deploy