Git Product home page Git Product logo

meepo's Introduction

Meepo (Meepo-OpenEthereum)

Meepo implementation on OpenEthereum.

MEEPO = Multiple Execution Environment Per Organization. (It is also a Dota hero who can split himself, each one acting independently but relying on together, just like the shards.)

This is an implmentation based on the paper: P. Zheng, Q. Xu, Z. Zheng, Z. Zhou, Y. Yan and H. Zhang, "Meepo: Sharded Consortium Blockchain," 2021 IEEE 37th International Conference on Data Engineering (ICDE), 2021, pp. 1847-1852, doi: 10.1109/ICDE51399.2021.00165.

Since Meepo-Geth (Golang) is unable to be open-source thanks to the copyright, our community provides another implementation (Rust) based on the published paper.

Build and Run (Linux)

  1. Install Rust v1.51
$ curl https://sh.rustup.rs -sSf | sh
$ rustup override set 1.51
  1. Build Meepo-OpenEthereum
$ git clone http://github.com/InPlusLab/Meepo/
$ cd Meepo/build/
$ ./debug.sh # or ./release.sh
  1. Run Node0 (Shard0)
$ cd Meepo/build/
$ ./initrun0.sh
  1. Run Node1 (Shard1)
$ cd Meepo/build/
$ ./initrun1.sh
  1. Try anything you want just use Web3.js or other Ethereum toolchain. As for benchmark, please see the following.

Benchmark

More benchmark scripts, logs, and analytic results can be found in this repo: MeepoBenchmark.

image

(32x4=128 machines in maximum, each machine is equipped with 4 vCPU, 32 GiB memory, and 894 GiB NVME disk, 102400 accounts per shard, 100000000+ transactions to an ERC20-like contract.)

meepo's People

Contributors

0x7cfe avatar 5chdn avatar adria0 avatar andresilva avatar arkpar avatar ascjones avatar craiggleso avatar debris avatar derhuerst avatar dvdplm avatar gavofyork avatar general-beck avatar grbizl avatar jacogr avatar jesuscript avatar jomuel avatar kaikun213 avatar maciejhirsz avatar ngotchac avatar niklasad1 avatar nikvolf avatar ordian avatar rakita avatar rphmeier avatar sorpaas avatar sunce86 avatar svyatonik avatar tomaka avatar tomusdrw avatar varasev avatar

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.