Real-time multi-chain Explorer for Polkadot, Kusama, Rococo networks.
Table of Contents
There are many blockchain explorers on GitHub, however, acriascan explorer is the first one which supports polkadot networks.
Here's why:
- Acriascan uses it's python backend for it's real time blockchain data.
- It gets all real time data from several networks.
- The best explorer which is built on Angular Framework.
This is the guide of how you may give instructions on setting up your project on server. To get a copy up and running follow these simple example steps.
This is the packages you have to install on the server before deploy the AcriaScan explorer.
-
docker
sudo apt-get install docker.io
-
nodejs
sudo apt-get install nodejs
-
angular
sudo npm install -g @angular/cli
- Clone the repo
git clone https://github.com/Acria-Network/xplorerdot.git
- Run Harvester
cd harvester docker-compose up –build
- Run Explorer API
cd explorer-api docker-compose up –build
- Run Explorer gui
cd explorer-gui npm install npm start docker build -t appui . docker run -d --name appui -p 80:80 appui
This project can be used for searching blocks and transactions of polkadot, kusama, rococo networks. It also provides many things for getting information for polka networks.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/Acria-Network/xplorerdot