Sign a Smart Contract Call with Axiome Connect
Step 1: Prepare the JSON Payload
{
"type": "cosmwasm_execute",
"network": "axiome-devnet",
"contract_addr": "axm14hj2tavq8fpesdwxxcu44rty3hh90vhujrvcmstl4zr3txmfvw9sletw5k",
"funds": [
{
"denom": "uaxm",
"amount": "1000000"
}
],
"msg": {
"swap": {
"input_token": "Token1",
"input_amount": "1000000",
"min_output": "800000"
}
},
"memo": "test memo"
}Step 2: Encode to Base64 and Prefix
Step 3: Use Axiome Connect
Option 1: Paste the string
Option 2: Scan a QR Code
Last updated
