-
Notifications
You must be signed in to change notification settings - Fork 14
Home
Linking Documentation Pages. Some might be in feature branches.
Smart Contract Calling (ethereum_smartcontract submodule)
Challenge Response Authentication (ethereum_signup submodule)
Pluggable Transaction signers (ethereum_txsigner submodule)
Ethereum registry submission (ethereum_user_connector)
is the first smart contract based Drupal module. It is a very simple Registry based on the register_drupal_ethereum contract written in Solidity. The contract is just an example and not tested. But it is a basic example of a Paywall system. It basically allows a registered user to submit to a registry (which might require some payment in a slightly modified contract). The signup by the user calls a check in Drupal backend, which will add/remove a role based on the data in the contract registry.