/Defi-Staking-App

A Yield Farming App based on Ethereum Blockchain

Primary LanguageJavaScript

Defi Staking App Starter

To download me simply open up the terminal and run:

git clone https://github.com/djamelkde/Defi-Staking-App.git

This code has been revesed engineered from Greg DAPPuniversity.com! If you enjoyed this course go check out his work ;) Please feel free to clone and style this project at your own discretion!

Dependencies:

make sure that you have all the following softwares installed in your machine

1 To Clone or download this project simply run:

git clone https://github.com/djamelkde/Defi-Staking-App.git

2. cd into the directory and Install the necessary packages

npm install

use truffle to compile smart contracts

truffle compile

use truffle migrate --reset to migrate contracts on the ethereum blockchain

truffle migrate --reset

use truffle test to run Moch and Chai testing suite

truffle test

use npm run to execute the yield farming DApplication

npm run

Contributing

If you want to contribute to this project and make it better with new ideas, your pull request is very welcomed. If you find any issue just put it in the repository issue section, thank you.