SDK snippet of the day β posting to a topic in 6 lines: const tx = await new TopicMessageSubmitTransaction() .setTopicId(topicId) .setMessage(JSON.stringify({Type:'Post',AccountId,Message})) .execute(client); That's it. No smart contracts, no deployment, no bridge. Consensus in 3s. #hedera