Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.06 KB

File metadata and controls

22 lines (15 loc) · 1.06 KB

About

Demonstrating how to use tx-gql atom of ar molecule to fetch a transaction's object metadata (content-type in this example). This atom allows contracts to be able to fetch TX's object for both L1 and bundled TXs.

Prerequisites

  • EXM SDK
npm i -g @execution-machine/sdk

Iteracting with the contract

To register a name in the contract example, you have first to sign with you wallet the message used for verification in the contract's example which is hello world - sign on etherscan

Copy the signed message to use for the EXM interaction's input

exm function:write XUjW9BgKrhVa0MQg7Y73Frh3xwaZmRHPtSo_WlhhG6w --input '{"function": "register", "name": "buildooor", "signature": "$YOUR_SIGNATURE_ETHERSCAN", "caller": "$YOUR_ADDRESS_USED_FOR_SIGINING"}' --token EXM_TOKEN_ID