Overview
The core sdk/ library offers a wide variety of features to help streamline the development process on Aleo, including account management, program deployment, function execution, Aleo Credit transfers, program state management, network queries, and cryptographic primitives like hash functions.
Table of Contents
- Getting Started
- Creating Aleo Accounts
- Deploying Programs
- Executing Aleo Programs
- Transferring Aleo Credits
- Managing State
- Querying the Network
- Hash Functions
Further Documentation
API documentation for the SDK can be found in the API Specification section.
Additi