Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lichuan/askcoin-explorer
askcoin's blockchain explorer
https://github.com/lichuan/askcoin-explorer
askcoin bitcoin block blockchain consensus consensus-algorithm cryptocurrency pow
Last synced: 9 days ago
JSON representation
askcoin's blockchain explorer
- Host: GitHub
- URL: https://github.com/lichuan/askcoin-explorer
- Owner: lichuan
- License: apache-2.0
- Created: 2018-12-08T14:31:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T18:29:27.000Z (over 1 year ago)
- Last Synced: 2023-05-04T23:51:20.199Z (over 1 year ago)
- Topics: askcoin, bitcoin, block, blockchain, consensus, consensus-algorithm, cryptocurrency, pow
- Language: CSS
- Homepage: https://explorer.askcoin.me
- Size: 1.72 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Askcoin-explorer
You can use askcoin-explorer to view the information of the blocks produced by miners, as well as the transaction and account information contained in each block. Anyone can run askcoin-explorer, just download it to the local computer and open the ***index.html*** file with browser. You can also deploy explorer with nginx if you want it to be accessed by more people. Askcoin-explorer uses websocket technology to synchronize block information from the full node in real time. If you run a full node yourself, then you can make explorer synchronize data from your own full node by modifying the following line in the ***askcoin.js*** file:
```javascript
var WS = new WebSocket ("ws://node1.askcoin.me:19050");
```## Full node & Mobile app
- Full node: https://github.com/lichuan/askcoin
- Mobile app: https://github.com/lichuan/askcoin-client