Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 704 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 704 Bytes

Presentation and Demo Video

Download from this link.

Or view on YouTube here.

Setup

To make sure there is no CORS issue, configure the IPFS node as follows, and restart it for the changes to take effect:

ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["*"]'
ipfs config --json API.HTTPHeaders.Access-Control-Allow-Methods '["PUT", "GET", "POST"]'

To run the demo, start the static content development server:

pnpm install
pnpm start

then visit the following URL with at least two different browsers with the MetaMask extension installed on them:

http://localhost:3000