Rkvishnu / Ether-Staking-Dapp

Ethers Staking Application

Home Page: https://ether-staking-dapp.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Defi-Ether-Staking-Dapp


# About :
• Developed a Decentralized Application using React.js that enables users to stake their Ether funds for a fixed amount of time and earn interest on their staked Ether.
• Built a Staking smart contract using Solidity language and deployed it using Hardhat.
• Utilized Ethers.js library to seamlessly integrate the smart contract with the front-end, ensuring optimal performance and security.

Features:

-Allowed users to staked thier token for an specific time-period like One Weeks, One Month or One Year

  • Allowed users to withdraw their staked fund with interest in ether

Technologies Used:

React.s
Bootstrap br> Solidity
Hardhat
Ether.js
Polygon,Ethereum blockchain
Alchemy node provider
Metamask Wallet

Run Locally

Clone this repository:

 git clone https://github.com/Rkvishnu/Ether-Staking-Dapp

Go to the project directory

  cd Ether-Staking-Dapp

Install dependencies

  npm install

Enable Localhost provider hardhat

npx hardhat node

Start the server

  npm start

Contributing

If you would like to contribute to this project, please follow these steps:

-Fork the repository
-Create a new branch for your changes: git checkout -b my-feature-branch

-Make your changes and commit them: git commit -am "Add some feature"
-Push to the branch: git push origin my-feature-branch
-Create a new Pull Request

About

Ethers Staking Application

https://ether-staking-dapp.vercel.app/


Languages

Language:JavaScript 72.8%Language:CSS 12.1%Language:Solidity 9.5%Language:HTML 5.2%Language:Dockerfile 0.4%