Skip to content

elliothllm/tx-type-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tx Type Sender

Send Type Tx's

Usage

  • Step 1: Edit sender-cfg.json (change type to either 1/2/3/4)
  • Step 2: go run cmd/main.go

Configuration

{
  "rpcURL": "http://127.0.0.1:8123",
  "fromPrivateKey": "yourprivkey",
  "toAddress": "0x",
  "sendValue": 10000,
  "gasPrice": 1000000000,
  "gasLimit": 30000000,
  "txAmount": 10,
  "txSendIntervalSeconds": 0,
  "waitForReceipt": false,
  "Type": 1
}

Test Precomiles

Install solc abigen from geth

make solc-install
make abigen-install

Run abigen to generate bindings

make abigen

Run precompile test

make precompile

About

Send Type Tx's Dev Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors