Send Type Tx's
- Step 1: Edit
sender-cfg.json(change type to either 1/2/3/4) - Step 2:
go run cmd/main.go
{
"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
}Install solc abigen from geth
make solc-install
make abigen-installRun abigen to generate bindings
make abigenRun precompile test
make precompile