SimpleFi makes it easy to manage your decentralised finance investment portfolio.
- Clone the repo
git https://github.com/raphael-mazet/SimpleFi.git
- Start the backend server
cd server/
npm install
nodemon index.js
- start the client server
cd client/
npm install
npm start
- React - javaScript library for building user interfaces
- React Router - routing and navigation for React apps
- PostgreSQL - open source relational database
- ethers.js - lightweight javaScript library to interact with the Ethereum blockchain
Improvements and remixes are welcome.