n8n-nodes-ethereum-automation
Version:
n8n node for Ethereum operations including wallet creation, sending ETH/ERC20 tokens, and transaction monitoring
8 lines • 426 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.credentials = exports.nodes = void 0;
const Ethereum_node_1 = require("./nodes/Ethereum/Ethereum.node");
const EthereumWallet_credentials_1 = require("./credentials/EthereumWallet.credentials");
exports.nodes = [Ethereum_node_1.Ethereum];
exports.credentials = [EthereumWallet_credentials_1.EthereumWallet];
//# sourceMappingURL=index.js.map