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.
- 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/prejin2310/Krypt---Web-3.0-Blockchain-Application.git
- Install NPM packages
npm i
- Start the app in development mode
npm run dev