balas on Nostr: hi alvin, the microapps have no relay connectivity, they are just simple forms that ...
hi alvin, the microapps have no relay connectivity, they are just simple forms that translate things into JSON format. to send that note you need to have
https://alphaama.com setup with at least one relay, then you can use the command `.aa e mk <json>` (replace <json> with the event you made) this will create a draft event that you can then send.
Also, the tags are not really like you wrote them, you need to include `t,` at the beginning of the line as tags in nostr can be a lot of things and are defined by the first value, in this case, it looks like you want to use hashtags, so those should start with a `t` then a comma `,` then the value you want.
Published at
2024-09-24 08:39:17Event JSON
{
"id": "0000008fa68744f51d52a18716de84c6aa85ad9d075b11f0b981ce61c8101567",
"pubkey": "9ec7a778167afb1d30c4833de9322da0c08ba71a69e1911d5578d3144bb56437",
"created_at": 1727167157,
"kind": 1,
"tags": [
[
"e",
"3e0e298e0bba6f365553f3ea11d0f23cc273a5caab4c3cde8e1f4d2393362ffe",
"wss://relay.nostr.band/",
"root"
],
[
"e",
"357ccf387d852f9d34cf4d58607e08f89ae0bdc712f14dd098e23a5c40e56cda",
"wss://relay.nostr.band/",
"reply"
],
[
"p",
"ece127e2f8936d0653678fed0bd89dbd246b135c07028586f9dc06af745bab9c"
],
[
"nonce",
"245120",
"18"
]
],
"content": "hi alvin, the microapps have no relay connectivity, they are just simple forms that translate things into JSON format. to send that note you need to have https://alphaama.com setup with at least one relay, then you can use the command `.aa e mk \u003cjson\u003e` (replace \u003cjson\u003e with the event you made) this will create a draft event that you can then send. \nAlso, the tags are not really like you wrote them, you need to include `t,` at the beginning of the line as tags in nostr can be a lot of things and are defined by the first value, in this case, it looks like you want to use hashtags, so those should start with a `t` then a comma `,` then the value you want.",
"sig": "6fef8cb9ad29784be37b31d663ce47b27869266e3c367aaed3c334378181b417d6f920d884fc79c3ca79e181d322567755b3556fbbee2282fa0c077465b47c87"
}