You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create user accounts when HBAR transferred to the Block Node payment account (depends on state management).
Intention
When an Hedera account sends at least (n) HBAR (configurable, large enough to ignore "dusting"), create an account on the Block Node for that Hedera account (just AccountID, Key, local_balance). When any existing account is updated with a modified Key, or transfers HBAR to the Block Node, update the local account accordingly (changing Key or increasing local_balance by amount transferred). Provide account data to the OAuth2 provider when requested for a particular accountID, so that provider can validate signature and include available balance in the OAuth2 token.
Considerations
TBD
Technical Details
TBD
The content you are editing has changed. Please copy your edits and refresh the page.
Goal
Create user accounts when HBAR transferred to the Block Node payment account (depends on state management).
Intention
When an Hedera account sends at least (n) HBAR (configurable, large enough to ignore "dusting"), create an account on the Block Node for that Hedera account (just
AccountID
,Key
,local_balance
). When any existing account is updated with a modifiedKey
, or transfers HBAR to the Block Node, update the local account accordingly (changingKey
or increasinglocal_balance
by amount transferred). Provide account data to the OAuth2 provider when requested for a particular accountID, so that provider can validate signature and include available balance in the OAuth2 token.Considerations
Technical Details
TBD
Tasks and Features
The text was updated successfully, but these errors were encountered: