Skip to content

hypersign-protocol/explorer

Repository files navigation

Explorer

Manual

Install

If do not want to setup manul, then skip to the docker section.

git clone https://github.com/hypersign-protocol/explorer #Pull the repo
cd explorer
npm i

Build & Run

Prod

npm run build
npm run serve

Make sure you have .env file.

Dev

npm run dev

Make sure you have .env.staging file.

Using docker container

Build

docker build -t hypersignprotocol/explorer:v1.0 .

Pull

docker pull hypersignprotocol/explorer:v1.0

Run

docker run -it -p 5001:80 hypersignprotocol/explorer:test

Enviroments Vars

  • VUE_APP_TITLE: Title of application
  • VUE_APP_VERSION: Version of application
  • VUE_APP_STUDIO_BASE_URL: Base url of studio app
  • VUE_APP_NODE_SERVER_BASE_URL: Base url of HS blockchain node
  • VUE_APP_RECAPTCHA_SITE_KEY: Recaptcha site key
docker run -it \
--env VUE_APP_TITLE="Identity Explorer" \
--env VUE_APP_VERSION=v1.0 \
--env VUE_APP_STUDIO_BASE_URL=http://localhost:9001/ \
--env VUE_APP_NODE_SERVER_BASE_URL=http://localhost:5000/ \
--env VUE_APP_RECAPTCHA_SITE_KEY="re captcha site key" \
-p 5001:80 hypersignprotocol/explorer:v1.0

Note: If you do not pass --env options then all envs are taken from .env file.

--

About

A webportal which acts as a view of core (the identity network). It gives visibility of dids and schemas.

Resources

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors