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).
- Install NodeJs and add to path
- Open terminal in the project directory.
- Type npm install
- Type npm install --prefix client
- Type npm install -g truffle
- Type truffle develop
- Type migrate
- In another terminal, type cd client
- Type npm install
- Type npm start
- Setup metamask and import one of the temporary accounts and connect it to the local network.
- You can now use the application.