sha256 $(which edge)
shasum -a 256 $(which edge)
edge --version
to check it is usable. If the Edge CLI version is displayed without error, it's ready to use:edge
for mainnet and edgetest
for testnet. This naming helps to distinguish them on your device.curl
to redownload Edge CLI, and it should work then.edge update
(or edgetest update
) to update it in-place when a new version becomes available. This method also validates the checksum automatically, ensuring the update is successful and secure.edge update check
. Edge CLI will also automatically check for updates in normal use.