Skip to content

kishorebhatia/ethbogota22-w2wc

Repository files navigation

ethbogota22-w2wc

Eth Bogota 2022 hackathon use-case: Wallet-to-Wallet Chat client

Setup

Add Infura API_KEY to .env.local in the project's root: NEXT_PUBLIC_INFURA_ID={INFURA_API_KEY}

Installation

npm install

Run dev server (localhost)

npm run dev

Open http://localhost:3000 with your browser to work with the application

Further sharing b/w multiple clients:

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 

About

Eth Bogota 2022 hackathon use-case

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published