GithubHelp home page GithubHelp logo

isabella232 / eip1559-tx-sender Goto Github PK

View Code? Open in Web Editor NEW

This project forked from consensys/eip1559-tx-sender

0.0 0.0 0.0 1.1 MB

Command line tool to send EIP-1559 transactions to Ethereum clients.

Java 100.00%

eip1559-tx-sender's Introduction

EIP-1559 chain filler

Install

./gradlew installDist

Usage

Help

./build/install/chain-filler/bin/chain-filler --help

Help

Samples

Modes
Scheduler

The scheduler mode triggers the same process every N seconds where N is configured via --repeat-every-n-seconds.

./build/install/chain-filler/bin/chain-filler \
--rpc-endpoints=http://127.0.0.1:8545 \
--account-private-keys=0xae6ae8e5ccbfb04590405997ee2d52d2b330726137b875053c36d94e974d162f,0xc87509a1c067bbde78beb793e6fa76530b6382a4c0241e5e4a9ec0a0f44dc0d3 \
--recipient-addresses=0xfe3b557e8fb62b89f4916b721be55ceb828dbd73,0x627306090abaB3A6e1400e9345bC60c78a8BEf57 \
--num-transactions=100 \
--num-contracts=1 \
--eip-1559-tx-weight=0.75 \
--num-threads=8 \
--fuzz-transfer-value-lower-bound-eth=0.42 \
--fuzz-transfer-value-upper-bound-eth=8.67 \
--contract-dir=/etc/contracts \
--filler-mode=scheduler \
--repeat-every-n-seconds=2
Continuous

The continuous mode generates and submit as many transactions as possible without pause.

./build/install/chain-filler/bin/chain-filler \
--rpc-endpoints=http://127.0.0.1:8545 \
--account-private-keys=0xae6ae8e5ccbfb04590405997ee2d52d2b330726137b875053c36d94e974d162f,0xc87509a1c067bbde78beb793e6fa76530b6382a4c0241e5e4a9ec0a0f44dc0d3 \
--recipient-addresses=0xfe3b557e8fb62b89f4916b721be55ceb828dbd73,0x627306090abaB3A6e1400e9345bC60c78a8BEf57 \
--num-transactions=100 \
--num-contracts=1 \
--eip-1559-tx-weight=0.75 \
--num-threads=8 \
--fuzz-transfer-value-lower-bound-eth=0.42 \
--fuzz-transfer-value-upper-bound-eth=8.67 \
--filler-mode=continuous
External fuzzing with NATS
./build/install/chain-filler/bin/chain-filler \
--rpc-endpoints=http://127.0.0.1:8545 \
--account-private-keys=0xae6ae8e5ccbfb04590405997ee2d52d2b330726137b875053c36d94e974d162f,0xc87509a1c067bbde78beb793e6fa76530b6382a4c0241e5e4a9ec0a0f44dc0d3 \
--recipient-addresses=0xfe3b557e8fb62b89f4916b721be55ceb828dbd73,0x627306090abaB3A6e1400e9345bC60c78a8BEf57 \
--filler-mode=external_fuzzer_nats \
--nats-url=nats://127.0.0.1:4222 \
--nats-fuzzer-topic-transactions=fuzz.transactions

eip1559-tx-sender's People

Contributors

abdelhamidbakhta 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.