This post was created using the HiveTS library - a lightweight TypeScript solution for Hive blockchain operations.
import { createPost } from 'hivets';
const result = await createPost(credentials, {
title: 'My Post',
body: 'Hello Hive!',
tags: ['hivets', 'typescript']
});
Happy posting! 🎉