Skip to content

skygpu/hyperion-explorer-plugin

 
 

Repository files navigation

Hyperion Lightweight Explorer

Install plugin (hpm - hyperion plugin manager)

Hyperion History v3.3.5+ required

# install from this repository
./hpm install -r https://github.com/eosrio/hyperion-explorer-plugin explorer
# enable the plugin globally
./hpm enable explorer

Required configuration on the plugin section of the chain.config.json

{
  "plugins": {
    "explorer": {
      "enabled": true,
      "chain_logo_url": "https://example.com/chain_logo.png",
      "server_name": "SERVER_PUBLIC_HOSTNAME"
    }
  }
}

Uninstall

./hpm uninstall explorer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 46.8%
  • HTML 39.5%
  • CSS 11.7%
  • JavaScript 1.6%
  • SCSS 0.4%