You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
esuau f52c6f2af9 web-ui: Fix X9Developers/block-explorer#55 by upgrading dependencies 6 years ago
.github Update the github templates 7 years ago
infra infra: Fix deploy-web-ui.md symbol 6 years ago
server server: Reuse the paginated query on the BlockPostgresDAO 6 years ago
web-ui web-ui: Fix X9Developers/block-explorer#55 by upgrading dependencies 6 years ago
.travis.yml server: Add codacy coverage 7 years ago
CONTRIBUTING.md Create CONTRIBUTING.md 7 years ago
README.md Update README.md 6 years ago

README.md

Block-Explorer Build Status Codacy Badge Codacy Badge

The XSN Block Explorer (https://xsnexplorer.io/) is composed by several sub projects:

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).

Contributing

We are happy to accept contributions, please read the CONTRIBUTING.md file to see our rules.