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
I want to use the air-gap approach to secure the funds stored in Aptos blockchain. How can this be done? I'm ok with using aptos SDK a bit or curl full node API directly if this is necessary.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Discord user ID
No response
Describe your question in detail.
I want to use the air-gap approach to secure the funds stored in Aptos blockchain. How can this be done? I'm ok with using aptos SDK a bit or
curl
full node API directly if this is necessary.I want commands / scripts to:
aptos key generate
)echo -n $public_key | xxd -r -p | sha3sum -a 256
)My preference of tooling:
aptos CLI > Python SDK > shell (curl, etc)
What error, if any, are you getting?
No response
What have you tried or looked at? Or how can we reproduce the error?
No response
Which operating system are you using?
Linux (Ubuntu, Fedora, Windows WSL, etc.)
Which SDK or tool are you using? (if any)
Aptos CLI
Describe your environment or tooling in detail
No response
Beta Was this translation helpful? Give feedback.
All reactions