Skip to content

Acria-Network/xplorerdot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

AcriaScan Explorer

Real-time multi-chain Explorer for Polkadot, Kusama, Rococo networks.

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

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.

Built With

Getting Started

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.

Prerequisites

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

Installation

  1. Clone the repo
    git clone https://github.com/Acria-Network/xplorerdot.git
  2. Run Harvester
    cd harvester
    docker-compose up –build
  3. Run Explorer API
    cd explorer-api
    docker-compose up –build
  4. Run Explorer gui
    cd explorer-gui
    npm install
    npm start
    docker build -t appui .
    docker run -d --name appui -p 80:80 appui
    

Usage

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.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: https://github.com/Acria-Network/xplorerdot

Acknowledgements