https://github.com/wiringbits/block-explorer
The official Stakenet block explorer
https://github.com/wiringbits/block-explorer
angular bitcoin blockchain blockexplorer hacktoberfest litecoin playframework playsonify postgresql scala stakenet xsn
Last synced: 2 days ago
JSON representation
The official Stakenet block explorer
- Host: GitHub
- URL: https://github.com/wiringbits/block-explorer
- Owner: wiringbits
- Created: 2018-04-23T14:52:38.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2022-11-28T23:03:22.000Z (almost 3 years ago)
- Last Synced: 2025-04-06T10:43:17.795Z (6 months ago)
- Topics: angular, bitcoin, blockchain, blockexplorer, hacktoberfest, litecoin, playframework, playsonify, postgresql, scala, stakenet, xsn
- Language: Scala
- Homepage: https://xsnexplorer.io/
- Size: 6.98 MB
- Stars: 37
- Watchers: 16
- Forks: 37
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Block-Explorer [](https://app.circleci.com/pipelines/github/X9Developers/block-explorer) [](https://www.codacy.com/app/AlexITC/block-explorer?utm_source=github.com&utm_medium=referral&utm_content=X9Developers/block-explorer&utm_campaign=Badge_Grade) [](https://www.codacy.com/app/AlexITC/block-explorer?utm_source=github.com&utm_medium=referral&utm_content=X9Developers/block-explorer&utm_campaign=Badge_Coverage)
The XSN Block Explorer (https://xsnexplorer.io/) is composed by several sub projects:
- [server](server)
- [web-ui](web-ui)
- [infra](infra)**NOTE** The project was taken down by Jul/2022, the Stakenet cryptocurrency is dead now, if you are interested in the project, you can either run it to see how it works or check the [screenshots](./screenshots) directory.
## server
The server is a backend service that interacts with the `xsnd` (RPC server) to provide a RESTful API for retrieving information from the blockchain, it also maps the blockchain to a relational database to support several operations that otherwise would kill the application performance.## web-ui
The web-ui is the frontend application that interacts with the `server` project to display the data in a browser.## infra
The infra project contains all stuff related to the required infrastructure, like deployment steps and hopefully deployment scripts (TODO).# Public JSON API
See the [api_docs](api_docs.md).# Contributing
We are happy to accept contributions, please read the [CONTRIBUTING.md](CONTRIBUTING.md) file to see our rules.