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
In one of the YouTube videos by Andrew Jones, he mentioned that instead of uploading a contract with cargo contract upload --suri //Alice for example, it was preferable to use the contracts-ui to avoid exposing private key (if it wasn't one of the build-in accounts).
Are we able to populate the private keys into a text file and interpret its contents via the ``suri` option of the cargo contract command similar to like i did here
The text was updated successfully, but these errors were encountered:
@ascjones I've tried to do it in this PR #1134 and it seems to be working fine, just needs some feedback and more cleaning up after that, is that what you were after?
In one of the YouTube videos by Andrew Jones, he mentioned that instead of uploading a contract with
cargo contract upload --suri //Alice
for example, it was preferable to use the contracts-ui to avoid exposing private key (if it wasn't one of the build-in accounts).Are we able to populate the private keys into a text file and interpret its contents via the ``suri` option of the cargo contract command similar to like i did here
The text was updated successfully, but these errors were encountered: