Asset Registry Transaction Message (ARTM)
Sign an ARTM message
Why signing is required.
Similar to signing transactions in EVM-compatible wallets, signing in the ARTM specification verifies the identity of the address making the updates, ensuring that the message comes from the legitimate wallet owner.
The inclusion of a nonce in the message, which is also signed, prevents replay attacks. Each message is unique, and reuse of the nonce would be detected, ensuring that the same message cannot be maliciously resent.
Steps to sign an ARTM message
Was this page helpful?