eosrio / hyperion-explorer-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 46.8%Language:HTML 39.5%Language:CSS 11.7%Language:JavaScript 1.6%Language:SCSS 0.4%