8000 GitHub - rhiannadonnelly/EthVM: :zap:EthVM: Open Source Processing Engine and Block Explorer for Ethereum :zap:
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rhiannadonnelly/EthVM

 
 

Repository files navigation

ethvm-logo

⚡ EthVM: An Open Source Proccessing Engine and Block Explorer for Ethereum, based on Apache Kafka ⚡

Powered by TypeScript / VueJS / Socket.io / Apache Kafka / Parity / MongoDB

EthVM: Open Source Processing Engine and Block Explorer for Ethereum

Screenshot example

Warning

We are on active development!

Things may break or not work as expected and documentation may be deprecated!

If you detect a bug, please report it on the issues section (but make sure that is not a duplicated one!)

You have been warned!

About

What is EthVM?

EthVM is an open-source Blockchain Explorer focused mainly on Ethereum (although other networks and forks will be supported over time) under the SSPL license (a small variation of the GNU Affero License v3) and written in a mixture of different languages.

You can use EthVM as a tool to explore your custom private network or the existing public ones or as a ETL (Extract, Transform, Load) platform to perform different analysis on the data.

Our core infrastructure is based on very common and known programming languages and frameworks:

We have choosen the above technologies to allow a wider range of people contributing to the project regardless the programming level.

Why Apache Kafka?

As the official website states:

Kafka is used for building real-time data pipelines and streaming apps. It is horizontally scalable, fault-tolerant, wicked fast, and runs in production in thousands of companies.

Apache Kafka

We believe that it fits quite nicely within the needs that a Block Explorer typically may have. On the other side, and by fully embracing the Kafka ecosystem, we allow to export the processed information very easily to other platforms.

Roadmap

For now, we are focused on bringing a Beta environment. It will have the following:

  • Migration to NestJS API to replace current SocketIO API
  • Migration from MongoDB to Postgres
  • Improvements over processing on Kafka (we want to process the chain as fast as possible and alongside with that, squash some known bugs)
  • Bring a Terraform provider to deploy properly the code on AWS

Getting Started

For more information on how you can setup your environment and start developing, we recommend you to visit our Wiki!

NOTE: Please, don't run the code blindly as there are a couple of steps you need to be aware of!

Contributing

We welcome every kind of contribution, so, please see CONTRIBUTING for more details on how to proceed.

Stay in touch!

We have created our #EthVM - Devs channel in on our Slack, feel free to join (you can use this invite link).

License

This project is licensed under the SSPL License (a small variation of the GNU Affero License v3) - see the LICENSE file for details (or read it here online).

built with love by MyEtherWallet team

About

⚡EthVM: Open Source Processing Engine and Block Explorer for Ethereum ⚡

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 35.0%
  • Vue 32.5%
  • Kotlin 24.6%
  • Shell 3.5%
  • HCL 1.8%
  • JavaScript 1.5%
  • Other 1.1%
0