Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xjonaseb11/krypt_lake.3.0
This is a Modern dapp that enables easy sending of ether to one another.
https://github.com/0xjonaseb11/krypt_lake.3.0
ethersjs hardhat metamask-plugin reactjs responsive-design solidity tailwindcss uiux web3-dapp
Last synced: 8 days ago
JSON representation
This is a Modern dapp that enables easy sending of ether to one another.
- Host: GitHub
- URL: https://github.com/0xjonaseb11/krypt_lake.3.0
- Owner: 0xJonaseb11
- License: mit
- Created: 2023-06-24T03:26:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-11T01:40:21.000Z (8 months ago)
- Last Synced: 2024-06-11T03:29:07.486Z (8 months ago)
- Topics: ethersjs, hardhat, metamask-plugin, reactjs, responsive-design, solidity, tailwindcss, uiux, web3-dapp
- Language: JavaScript
- Homepage: https://krypt-lake-dapp-3-0.vercel.app
- Size: 7.59 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# krypt_lake.3.0
## About
Send ETH across the World with the most super friendly application, KRYPT
This shows the great increadibility of hardhat framework..
The project specifies the transparency of the Smart contract developed in this project that allows easy sending of ETH to any one ..
You just need to have a Metamask or any other ethereum wallet installed in your browser..### Getting started
_**Basic Sample Hardhat Project For Sending ETH**_
--------------
This project demonstrates a basic Hardhat use case. It is specifically a Web3.0 project that basically illustrates the use of hardhat framework to test, compile and deploy smart contracts. It basically implements a modern way of sending cryptocurrencies (ETH) across the world. It is connected to a fantastic user Interface that makes it really look insane.
**Try running some of the following tasks : :**
```sh
npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help
```**To install the dependecies to be used throughout this project, run : :**
```sh
npm install --save-dev hardhat @nomiclabs/hardhat-waffle ethereum-waffle ethereum-waffle chai @nomiclabs/hardhat-ethereum ethers```
_**Updated dependency list**_
````sh
npm install --save-dev hardhat @nomicfoundation/hardhat-toolbox @nomicfoundation/hardhat-network-helpers @nomicfoundation/hardhat-chai-matchers @nomicfoundation/hardhat-ethers @nomicfoundation/hardhat-verify chai ethers hardhat-gas-reporter solidity-coverage @typechain/hardhat typechain @typechain/ethers-v6
````**To create a hardhat project, please run : :**
```sh
npx hardhat init
hardhat
hardhat test
```**To deploy your smart contract, please run : :**
```sh
npx hardhat run scripts/deploy.js --network
```--------------
@0xJonaseb11