Broadcast a signed transaction
Generate a new offline transaction using the mina-signer package and submit the transaction to the network using the form below. See this post for an overview.
Sample payment
{
"publicKey": "B62qrPN5Y5...",
"signature": {
"field": "1912885630...",
"scalar": "48899066..."
},
"data": {
"to": "B62qqUzKC9H...",
"from": "B62qrPN5Y5y...",
"fee": "100000000",
"amount": "1000000000",
"nonce": "305",
"memo": "SDK payment",
"validUntil": "4294967295"
}
}