Fleet (Fluent Ergo Toolset) is a comprehensive TypeScript SDK for the Ergo Platform, designed to provide a seamless, fluent, and flexible approach to writing off-chain and on-chain code.
This is a monorepository which means this contains many sub-packages that composes full Fleet SDK implementation.
| Package | Description | |
|---|---|---|
| core | Core library with transaction builder and basic serialization. | |
| wallet | Wallet related library, with mnemonic and keys management. | |
| common | Internal types and utility functions shared across @fleet-sdk packages. |
|
| crypto | Ergo blockchain crypto primitives. | |
| serializer | Ergo data serializer and parser. | |
| mock-chain | Mock chain and testing utilities for Ergo Smart Contracts. | |
| compiler | Sigma.JS powered ErgoScript compiler. | |
| blockchain-providers | Blockchain data providers. |
| Package | Description | |
|---|---|---|
| babel-fees-plugin | Fleet SDK plugin and utility functions for Babel Fees protocol. | |
| ageusd-plugin | Fleet SDK plugin and utility functions for AgeUSD protocol. |