Skip to content

Sneakyhydra/StakeMate

Repository files navigation

Description

Stake Mate is a web application that allows users to stake their crypto assets and earn interest. Users can create an account, deposit their crypto assets, and earn interest. Stake Mate is a full-stack web application built with React, Node and Solidity (Truffle for simulating blockchain).

Development Environment Setup

  1. Install NodeJs and add to path
  2. Open terminal in the project directory.
  3. Type npm install
  4. Type npm install --prefix client
  5. Type npm install -g truffle
  6. Type truffle develop
  7. Type migrate
  8. In another terminal, type cd client
  9. Type npm install
  10. Type npm start
  11. Setup metamask and import one of the temporary accounts and connect it to the local network.
  12. You can now use the application.