Krypt is a Web3.0 blockchain application
that enables users to send transactions over the blockchain, with each transaction being permanently recorded on the blockchain.
View live at : krypttransaction-web3-2723.netlify.app
- Users can connect their MetaMask wallets to send ethereum through the blockchain.
- Each transaction will be paired with a gif and it will be forever stored on the blockchain.
- Users can access and view their latest transactions (and the gifs associated with them).
To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/SURAJPATIL6088/Krypt_Project.git
- Install NPM packages
npm i
- Start the app in development mode
npm run dev
Follow these : https://stackoverflow.com/questions/74902119/unable-to-install-hardhat-waffle-on-apple-silicon/76648007#76648007