Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

gilxgil/jsinfo-ui

 
 

Repository files navigation

Oveview

The web-ui for the json info project, previously named lavainfo.

Hosting

jsinfo-ui is hosted on:

https://jsinfo-ui.vercel.app/

jsinfo is hosted on:

# testnet
https://jsinfo.lavanet.xyz/spec/eth1
# staging
https://jsinfo.lava-cybertron.xyz/latest

Env

cat .env.local

#REST_URL=https://jsinfo.lavanet.xyz
REST_URL=http://localhost:3000/

Running the project

PORT=4000 npm run dev
# checks for changing files
PORT=4000 npm run nodemon

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.5%
  • TypeScript 23.5%