All Projects → web3labs → Epirus Free

web3labs / Epirus Free

Ethereum, Hyperledger Besu and Quorum private blockchain explorer

Projects that are alternatives of or similar to Epirus Free

Nethereum
Ethereum .Net cross platform integration library
Stars: ✭ 1,191 (+1407.59%)
Mutual labels:  blockchain, ethereum
The Journal Of Blockchain
区块链自媒体、专注区块链技术学习和实践、IPFS/Filecoin、Bitcoin、Ethereum、EOS、Cosmos、区块链、白皮书、Coinmarketcap、Coindesk、Safe Network、Telegram、Docker、社会治理、经济激励
Stars: ✭ 63 (-20.25%)
Mutual labels:  blockchain, ethereum
Subspace
Library for Reactive Dapp Development with auto syncing and caching capabilities
Stars: ✭ 57 (-27.85%)
Mutual labels:  blockchain, ethereum
Ethnode
Run an Ethereum node (Geth or Openethereum) for development
Stars: ✭ 74 (-6.33%)
Mutual labels:  blockchain, ethereum
Colonyjs
The Colony JavaScript client
Stars: ✭ 72 (-8.86%)
Mutual labels:  blockchain, ethereum
Etherscan Ml
Python Data Science and Machine Learning Library for the Ethereum and ERC-20 Blockchain
Stars: ✭ 55 (-30.38%)
Mutual labels:  blockchain, ethereum
Shitaibin.github.io
博客:Go语言、区块链
Stars: ✭ 59 (-25.32%)
Mutual labels:  blockchain, ethereum
Udacity Blockchain Developer Nanodegree
The road so far on Udacity Blockchain Developer Nanodegree
Stars: ✭ 53 (-32.91%)
Mutual labels:  blockchain, ethereum
Cava
ConsenSys core libraries for Java & Kotlin
Stars: ✭ 71 (-10.13%)
Mutual labels:  blockchain, ethereum
Minimal
Modular Ethereum client
Stars: ✭ 69 (-12.66%)
Mutual labels:  blockchain, ethereum
Kubereum
Kubernetes + Ethereum = Kubereum!!!
Stars: ✭ 55 (-30.38%)
Mutual labels:  blockchain, ethereum
Use Dai
💸 A curated, community compiled list of everywhere you can use the decentralized Dai stablecoin
Stars: ✭ 74 (-6.33%)
Mutual labels:  blockchain, ethereum
Cryptolights
Live visualisation of blockchain transactions for popular cryptocurrencies
Stars: ✭ 54 (-31.65%)
Mutual labels:  blockchain, ethereum
Portis Sdk
Portis Web SDK [DEPRECATED, PLEASE USE OUR NEW SDK: https://github.com/portis-project/web-sdk]
Stars: ✭ 78 (-1.27%)
Mutual labels:  blockchain, ethereum
Awesome Ethereum Cn
Web3.js、Solidity、Truffle开发教程及以太坊开发资源汇总
Stars: ✭ 54 (-31.65%)
Mutual labels:  blockchain, ethereum
Zknifty
🎴Zero-knowledge non-fungible tokens on Ethereum using zk-SNARKs
Stars: ✭ 59 (-25.32%)
Mutual labels:  blockchain, ethereum
Remix
This has been moved to https://github.com/ethereum/remix-project
Stars: ✭ 1,063 (+1245.57%)
Mutual labels:  blockchain, ethereum
Trace
Supply chain transparency platform proof-of-concept based on the Ethereum blockchain ✍️
Stars: ✭ 52 (-34.18%)
Mutual labels:  blockchain, ethereum
Web Sdk
Portis Web SDK
Stars: ✭ 65 (-17.72%)
Mutual labels:  blockchain, ethereum
Smart Contracts
Ethereum smart contracts for security and utility tokens
Stars: ✭ 1,187 (+1402.53%)
Mutual labels:  blockchain, ethereum

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].