/Rexplorer

A graph-based transaction explorer which support multiple blockchains

Primary LanguageJavaScriptMIT LicenseMIT

Contributors Forks Stargazers Issues MIT License


Logo

Rexplorer

Graphical transaction relationships explorer on 30 chains using the Covalent API
Built for the Covalent challenge in the GR14 hackathon
Try it out »
View the presentation »
Video Demo »

Table of Contents
  1. About The Project
  2. Getting Started
  3. Creators
  4. License
  5. Acknowledgments

About The Project

Rexplorer Screen Shot

Rexplorer is a graphical transaction relationship explorer utilizing Covalent APIs. We created this to supplement existing chain exploration tools such as etherscan by providing a graphical alternative to better visualize the data.

Presentation

There is an presentation avaivable here

Features

  • Large, intuitive, and easy to read graph
  • Supports 30 chains
  • Ability to view and copy transaction information and open in etherscan
  • Easily go down a rabbit hole of graphs while exploring by clicking nodes
  • Login with Metamask to quickly see your address
  • Graph customization options such as link and length aswell as transaction count.
  • Ability to input any address and select fomr 30 chains to explore
  • Comprehensive help menu to guide you

Graph settings Help Transaction info Graph info

(back to top)

Built With

(back to top)

Getting Started

Demo

You can try out rexplorer without installing it locally here. Simply log in with Metamask and get exploring!

Prerequisites

Make sure you have the latest node and npm version.

Installation

  1. Get a free API Key at Covalent
  2. Clone the repo
    git clone https://github.com/markosneiders/Rexplorer.git
  3. Install NPM packages
    npm install
  4. Create a .env file and enter your api key (reffer to .env.example for an example)
    REACT_APP_COVALENT_API_KEY = your_key
  5. Start the project
    npm start

(back to top)

Creators

Rexplorer was made with love by @zappingmadnnes and @markosneiders <3

  • @zappingmadnnes created the main page, the graph and it's logic
  • @markosneiders created landing page and authentication

We learned so many new things and concepts while creating Rexplorer and would like to thank Covalent for the challenge!

License

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

(back to top)

Acknowledgments

(back to top)