Skip to content

tupizz/blockchain-semac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEMAC 2023 Demo

Slides

Canva Slides Link

Demo

semac-1.5x.mp4

Running locally

nvm use
npm install
npm run dev

For Demo

Ngrok File: /Users/$USER/Library/Application Support/ngrok

Where: $USER=tupizz

Add the following to the ngrok file:

authtoken: <token>
region: us
tunnels:
    blockchain:
      addr: 3001
      hostname: semac.ngrok.io
      proto: http
version: "2"

After this, run npm run dev and ngrok start --all in separate terminals.