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
Within the current PoC, implement extension on the Base Protocol layer to enable the creation of payment channels under another payment channel on user (client) behalf. The authorization should be stored in the Payment.sol and there should be ways for creating / destroying delegated channels (upon authorization pre-check). The exchange of the authorization grants between kubernetes and smart contract layer is in extending / using the mechanisms around getOrCreateToken in interceptors.go.
Important constraints:
The payment channel should be always between the user (client) and hardware provider (not brokege).
Within the current PoC, implement extension on the Base Protocol layer to enable the creation of payment channels under another payment channel on user (client) behalf. The authorization should be stored in the Payment.sol and there should be ways for creating / destroying delegated channels (upon authorization pre-check). The exchange of the authorization grants between kubernetes and smart contract layer is in extending / using the mechanisms around getOrCreateToken in interceptors.go.
Important constraints:
References:
Note: This spike is part of the Autoscaler autonomous application effort.
The text was updated successfully, but these errors were encountered: