{
  "name": "Ethereum transaction example",
  "nodes": [
    {
      "parameters": {},
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        0,
        0
      ],
      "id": "3f7ca78c-9683-4ffe-a4e8-c754eabb6b17",
      "name": "When clicking \u2018Test workflow\u2019"
    },
    {
      "parameters": {
        "recipient": "0xb14B3Fc37821BD26eF98354F9637c440d04BE667",
        "value": 0.0001,
        "additionalFields": {}
      },
      "type": "@majus/n8n-nodes-web3.ethereumTxBuilder",
      "typeVersion": 1,
      "position": [
        220,
        0
      ],
      "id": "4ca76af0-0b45-4b14-b252-becf87680b86",
      "name": "Build Transaction",
      "credentials": {
        "ethereumApi": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "recipient": "={{ $json.recipient }}",
        "value": "={{ $json.value }}",
        "nonce": "={{ $json.nonce }}",
        "calldata": "={{ $json.data }}",
        "signature": "={{ $json.signature }}"
      },
      "type": "@majus/n8n-nodes-web3.ethereumTxExecutor",
      "typeVersion": 1,
      "position": [
        440,
        0
      ],
      "id": "cb239ad3-7c47-4baa-ae3a-422b2fec72dd",
      "name": "Execute Transaction",
      "credentials": {
        "ethereumApi": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "When clicking \u2018Test workflow\u2019": {
      "main": [
        [
          {
            "node": "Build Transaction",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Build Transaction": {
      "main": [
        [
          {
            "node": "Execute Transaction",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "f125e62c-8a65-4327-b56d-a014a0c2e928",
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "id": "eefG67LQ4dKYGU2o",
  "tags": []
}