hashirpm / int

EARN INTEREST ON YOUR ETHEREUM HOLDINGS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INT

EARN INTEREST ON YOUR ETHEREUM HOLDINGS

Problem Statement

Launch a token with a chain of your choice with a fixed supply and a notional value.

Inspiration

In this current scenario, when the attention has shifted away from the energy-intensive bitcoin blockchain to the ethereum blockchain, allowing traders to lend their ETH holdings and earn interest on the same will be welcoming.

##Important Values Total Token Supply: 1000000000

Value of Token: 0.001 ETH

InterestPerSecond = 31668017 * (Ether Deposited / 1e16)

What it does

Our project allows traders to lend their ethereum holdings and earn interest on the same. Deposits are made in the form of Ether. The interest is given in the form of INT interest token, based on the formula: interestPerSecond = 31668017 * (Ether Deposited / 1e16)

📥 Installing and Executing locally

  1. Clone the repository.
git clone https://github.com/hashirpm/int.git
  1. Go to the cloned directory (e.g. cd int).

  2. Run npm install to install all the dependencies.

  3. Open Ganache in your local machine.

  4. Run truffle migrate to deploy smart contracts.

  5. Login to your MetaMask and add Ganache to your Metamask networks.

  6. Import your first account in Ganache to your MetaMask wallet by copying your Private Key from Ganache.

  7. Inner the folder of the cloned project, start the application :

npm run start
  1. After that, the command will start a local server instance (http://localhost:3000/) in your browser.

  2. Connect MetaMask to your localhost.

  3. Deposit ETH and earn your INT token.

How we built it

Using Solidity, Web3.js, React.js, Truffle, Ganache

Contributors

SR No Author
1 Muhammed Hashir
2 Rosemary Benny

About

EARN INTEREST ON YOUR ETHEREUM HOLDINGS


Languages

Language:JavaScript 79.1%Language:Solidity 14.4%Language:HTML 6.4%Language:CSS 0.1%