Leveraging Sismo and XMTP, Harpos is a social network centered on privacy and anonymity where users can choose multiple criteria to select who they want to connect with.
project link: https://ethglobal.com/showcase/harpos-0wpcc
Have an Ethereum account ready to use through your online web3 wallet. message
git clone git@github.com:ahippoly/EthParisHackathon.git
cd EthParisHackathon
Initialize Back-end first
In a new terminal :
cd server
yarn install
yarn db:dev
yarn start:dev
cd Front
yarn install
yarn dev:local
open your browser on localhost:8000