Welcome to HiveTS!
This post was created using the HiveTS library - a lightweight TypeScript solution for Hive blockchain operations.
Features
- ✅ Easy post creation
- ✅ Post editing capabilities
- ✅ Full TypeScript support
- ✅ Minimal dependencies
- ✅ Comprehensive error handling
Code Example
import { createPost } from 'hivets';
const result = await createPost(credentials, {
title: 'My Post',
body: 'Hello Hive!',
tags: ['hivets', 'typescript']
});
Happy posting! 🎉