Skip to content

Preetam078/Krypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Krypt cryptocurrency Transfer App

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

Developed By

Preetam Mondal

ScreenShot

alt text alt text

Hosted Link

https://krypto-beryl.vercel.app/

Techology Used

  • React
  • Tailwind CSS
  • Solidity smart contract/ Blockchain
  • React Icons

Develop And deploy

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