GithubHelp home page GithubHelp logo

dvc94ch / rosetta-explorer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fboucquez/rosetta-explorer

0.0 1.0 0.0 281 KB

Simple Block-chain Explorer that pulls data from Rosetta servers.

License: Apache License 2.0

Shell 0.21% JavaScript 0.76% TypeScript 97.31% CSS 0.62% SCSS 1.09%

rosetta-explorer's Introduction

Rosetta

Rosetta Explorer

Experimental Blockchain explorer that can connect to multiple Rosetta Nodes (IN PROGRESS).

Build

Overview

The Rosetta Explorer is a front-end application navigates different blockchains using the Rosetta API.

It has been implemented using the Next.js project and bootstrapped with create-next-app.

Getting Started

This first version has been tested against a local Rosetta Ethereum node.

Run the Ethereum Mainnet node using the docker image:

bash run-rosetta-ethereum.sh 

The node will take quite a while to be fully up-to-date. While syncing, you can still run, play and improve the explorer.

Run the Explorer development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Connect to different nodes

You can connect to multiple different nodes by providing the Rosetta Server Rest APIs.

Create a .env.local file with a CSV of your nodes:

NEXT_PUBLIC_NETWORKS=Ethereum=http://my.rosetta.eth.node:8080,Bitcoin=http://my.rosetta.btc.node:8080,Solana=http://my.rosetta.sol.node:8080

Given that interesting data is found in the network's specific metadata fields, some custom behaviour is required. The NetworkManager and NetworkHandle hierarchy should handle that. The network handler needs to be extended accordingly.

rosetta-explorer's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.