We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hot-fixed the server config path for infura_ropsten and infura_kovan in ethereum_user_connector.
ethereum_user_connector is a currently a hard coded example, as it served as a Proof of Concept.
ethereum_smartcontract module now can manage contract addresses and function calls at contract level.
The "migrated" Smart contract for ethereum_user_connector is now a config entity. See: ethereum_user_connector/config/optional/ethereum_smartcontract.contract.register_drupal.yml
But the Contract Config is not connected yet with the module config.
Missing is... SmartContract entities are missing instantiation (from config->call) currently. The API on the PHP-library level is ready.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hot-fixed the server config path for infura_ropsten and infura_kovan in ethereum_user_connector.
ethereum_user_connector
is a currently a hard coded example, as it served as a Proof of Concept.
ethereum_smartcontract module now can manage contract addresses and function calls at contract level.
The "migrated" Smart contract for ethereum_user_connector is now a config entity. See:
ethereum_user_connector/config/optional/ethereum_smartcontract.contract.register_drupal.yml
But the Contract Config is not connected yet with the module config.
Missing is...
SmartContract entities are missing instantiation (from config->call) currently. The API on the PHP-library level is ready.
The text was updated successfully, but these errors were encountered: