Eth Bogota 2022 hackathon use-case: Wallet-to-Wallet Chat client
Add Infura API_KEY to .env.local in the project's root: NEXT_PUBLIC_INFURA_ID={INFURA_API_KEY}
npm install
npm run dev
Open http://localhost:3000 with your browser to work with the application
Install ngrok on your local dev server machine run ngrok config with your key
ngrok config add-authtoken [your ngrok key]
then run ngrok to map local http port 3000
ngrok http 3000