digitaldonkey / ethereum

Drupal Ethereum module
https://www.drupal.org/project/ethereum
23 stars 14 forks source link

Add a Ethereum Manager service #32

Closed amateescu closed 6 years ago

amateescu commented 6 years ago

The current way of getting "global" information is through static methods on EthereumController, which is not the standard practice in Drupal 8. Let's add a EthereumManager service instead :)

digitaldonkey commented 6 years ago

I love this one!