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
Dev wallet currently deploys FCL contract to deal with accounts on init.
It also relies on FCLCrypto contract for account-proof service and user-signing but currently this needs to be deployed manually. If it not deployed FCL will error when attempting to verify generated account-proof or user-signature.
We should deploy this contract on startup as well, removing the need for manually adding the contract or adding as core contract in emulator.
The text was updated successfully, but these errors were encountered:
Deploy FCLCrypto contract when dev-wallet is run
Dev wallet currently deploys
FCL
contract to deal with accounts on init.It also relies on
FCLCrypto
contract for account-proof service and user-signing but currently this needs to be deployed manually.If it not deployed FCL will error when attempting to verify generated account-proof or user-signature.
We should deploy this contract on startup as well, removing the need for manually adding the contract or adding as core contract in emulator.
The text was updated successfully, but these errors were encountered: