FME Transformers: 2024.1

Categories
Web

Web

Related Transformers
SalesforceConnector
SlackConnector
TrelloConnector

EthereumConnector

Interacts with the Ethereum blockchain network. The functions include reading transaction, address, or block information, sending transactions, or interaction with deployed contracts.

Jump to Configuration

Typical Uses

  • Reading transaction, address, or block information
  • Sending transactions
  • Interacting with deployed contracts

How does it work?

The Ethereum blockchain is an immutable and distributed ledger. Once data is stored on the blockchain it cannot be changed or deleted. Information is added to the network by sending a transaction. Ethereum also allows code execution called contracts, which together can create decentralized applications (Dapps). The EthereumConnector allows:

  • Reading stored information
  • Storing data
  • Interacting with Dapps

There are 2 methods of connecting to the Ethereum network through the connector.

  1. An rpc url to an ethereum node. https://infura.io is a popular node service, or you can use a local or another hosted node.
  2. An API Key from https://etherscan.io.

A private key is required to send a transaction. The key is generated when you create an ethereum wallet.

Usage Notes

  • There are multiple ethereum networks. The public mainnet requires real ether for the transaction fee to send transactions. For testing purposes, we recommend using a testnet as transactions are free and ether has no monetary value. However, testnets should only be for testing purposes and should not be used for production.

Configuration

Input Ports

Output Ports

Parameters

The remaining parameters available depend on the value of the Request > Action parameter. Parameters for each Action are detailed below.

Editing Transformer Parameters

Transformer parameters can be set by directly entering values, using expressions, or referencing other elements in the workspace such as attribute values or user parameters. Various editors and context menus are available to assist. To see what is available, click beside the applicable parameter.

For more information, see Transformer Parameter Menu Options.

Reference

Processing Behavior

Feature-Based

Feature Holding

No

Dependencies Ethereum connection
Aliases  
History Released FME 2019.1

FME Community

The FME Community is the place for demos, how-tos, articles, FAQs, and more. Get answers to your questions, learn from other users, and suggest, vote, and comment on new features.

Search for all results about the EthereumConnector on the FME Community.

 

Examples may contain information licensed under the Open Government Licence – Vancouver, Open Government Licence - British Columbia, and/or Open Government Licence – Canada.