- Issue created by @matthieuscarset
The Drupal Ethereum relies on Transactions (aka TX). TX are the blood of the Ethereum state machine, constantly submitted, verified, dropped, replaced, committed... ultimately building the chain of blocks. So it will be our starting point for the new module version 3.0.x
As explained in this documentation by Infura, There are currently 3 types of transaction on the Ethereum networks:
Implement Transactions using a custom storage bundle (e.g. Drupal Storage entities → ), custom fields for Address, Value, Nonce, Data...etc
Active
3.0
Code