ayogom / steemexplorer

Steem Explorer based on Steem-JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steem Explorer

Steem explorer is a client-side block explorer for steem-like blockchains. It uses Steem-JS API to query users, posts, and transactions directly to the seed nodes.

Announcement: https://steemit.com/utopian-io/@jga/steem-explorer-based-on-steem-js-1539631316061

Config

Change the configuration file src/config.js with the symbols and rpc_node of the blockchain.

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run serve

# build for production with minification
npm run build

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

About

Steem Explorer based on Steem-JS

License:MIT License


Languages

Language:Vue 67.0%Language:JavaScript 32.5%Language:HTML 0.3%Language:Dockerfile 0.2%