- TypeScript
- Python
Installation
Install WAX using your preferred package manager:Create your first transaction
Build a transaction
Create a transaction and add operations. This example creates a vote operation:
The
weight field accepts values from -10000 (100% downvote) to 10000 (100% upvote).Next steps
TypeScript SDK Guide
Learn more about the TypeScript SDK
Transaction Building
Deep dive into transaction building
Signing Options
Explore different signing providers
API Reference
Browse the complete API reference
Common operations
Here are some other common operations you might want to try:Transfer tokens
Transfer tokens
Transfer HIVE, HBD, or HIVE POWER between accounts:
- TypeScript
- Python
Create a blog post
Create a blog post
Publish content to the Hive blockchain:
- TypeScript
- Python
Follow another user
Follow another user
Use custom_json to follow another account:
- TypeScript
- Python
Get help
Core Concepts
Understand how WAX works under the hood
Examples
Browse complete working examples