Skip to content

rudreshsolanki97/general-contract-viewer

Repository files navigation

General Contract Viewer

Live At: https://gcv.xinfin.network/

Broadcaster Link: https://broadcast.xinfin.network/build/raw-tx

Setup

Run Locally

Create a file .env from .env.example Change variable as per mode -online / offline

  npm i 
  npm start

Online Setup

Create a file .env from .env.example and change variable value to online

 npm i 
 npm run build

This will generate an online version of build. You can then serve the /build folder

Offline Setup

Create a file .env from .env.example and change variable value to offline

 npm i 
 npm run build

This will generate an offline version of build. You can then serve the /build folder

To Do:

  • Bifurcation for functions ( Read & Write ), events
  • Offline Signing option
  • Added private key & keystore

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published