Code Monkey home page Code Monkey logo

epirus-free's Introduction

Blockchain Explorer for Besu, Quorum and Ethereum

alt text

Introduction

This dockerized environment is designed for viewing private Quorum, Pantheon and Ethereum networks.

Usage

Clone the repo, navigate to the cloned directory and run the instance with:

docker-compose pull
NODE_ENDPOINT=http://<node_endpoint> docker-compose up

Note that if setting NODE_ENDPOINT to a local Ethereum instance, you may need to use the IP address associated with the Docker bridged interface.

On Linux, the bridged adapter should be 172.16.239.1, as denoted in docker-compose.yml. To connect to a local node, start with the command:

NODE_ENDPOINT=http://172.16.239.1:8545 docker-compose up

On MacOS and Windows, a platform sepcific command is required due to limitations around the Docker network stack on MacOS. This is as follows:

NODE_ENDPOINT=http://host.docker.internal:8545 docker-compose up

Note that in both cases, your local instance of geth must be started with --rpcaddr 0.0.0.0 and --rpcvhosts="*", or Epirus will be unable to access it.

Also note that on Windows Epirus may take a long time to come up (sometimes up to 20 minutes) due to Windows filesystem performance issues with Linux VMs.

Append the -d argument to run the containers in the backgroud

You will be able to access the Explorer UI via:

To stop the containers use:

docker-compose down

To connect to new network you should remove the volumes associated with the old network

docker-compose down -v

Quorum & Pantheon

To run the Quroum 7 node example with epirus free follow these instructions.

To run the Pantheon-quickstart privacy network example follow these instructions.

Tokens and contract metadata

Tokens screen

This is a free version of our Epirus Blockchain Explorer. For additional features such as full tokens support, and contract metadata upload (so all transaction and events are decoded), please use our offering available on the Azure Marketplace.

Azure offering

We can also provide hosted Blockchain Explorer instances - these can be hosted within your cloud subscription or hosted by us.

Some of the features include:

  • SSO authentication (Active Directory, SAML, Okta, etc)
  • Dedicated database
  • Data encryption at rest and in transit
  • Continuous backup and point in time data recovery
  • Full access to backups
  • Tableau integration support

For further information visit our website or email [email protected].

Limitations

  • Due to a limitation with Docker, you may only have one instance of the Explorer running at a time.

License

Epirus is free for non-commercial use and evaluation purposes only, for further details refer to the LICENSE. To speak to use about commercial use you can email us via hi <at> web3labs.com or submit an enquiry here.

epirus-free's People

Contributors

antonydenyer avatar conor10 avatar alexandrour avatar josh-richardson 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.