https://github.com/joticajulian/steemexplorer
Steem Explorer based on Steem-JS
https://github.com/joticajulian/steemexplorer
Last synced: 27 days ago
JSON representation
Steem Explorer based on Steem-JS
- Host: GitHub
- URL: https://github.com/joticajulian/steemexplorer
- Owner: joticajulian
- License: mit
- Created: 2018-09-26T11:36:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-17T16:59:19.000Z (over 2 years ago)
- Last Synced: 2025-04-23T00:13:53.992Z (27 days ago)
- Language: Vue
- Homepage:
- Size: 16.1 MB
- Stars: 10
- Watchers: 2
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](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.``` bash
# 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](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).