Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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