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
Instead of a hardcoded node connection at the front-end to construct the grpc client, use the node connection provided from the connected wallet.
Consolidate steps 4 and 5, so that no signerAccount has to be inputted in the input field anymore. The signerAccount can be stored in a useState hook at the point the signature is generated. This will minimize user error.
The text was updated successfully, but these errors were encountered:
Tasks
ccd-js-gen
integration with the browser wallet once ccd-js-gen: Generate functions for generating web wallet parameters concordium-node-sdk-js#324 is merged and a new release of theccd-js-gen
tool is available. Remove hardcoded schemas from the front end.ContractClient
from the Rust SDK to simplify the interactions with the contract at the backend Sponsored transaction enabled auction #32 (comment)signerAccount
has to be inputted in the input field anymore. ThesignerAccount
can be stored in auseState
hook at the point the signature is generated. This will minimize user error.The text was updated successfully, but these errors were encountered: