Skip to content

🦾 Simple, powerful, and extensible Ergo Blockchain SDK

License

Notifications You must be signed in to change notification settings

fleet-sdk/fleet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8deb0e4 Â· Feb 5, 2025
Jan 24, 2025
Oct 25, 2024
Jan 24, 2025
Jan 24, 2025
Jan 24, 2025
Dec 4, 2022
Sep 6, 2023
Aug 5, 2022
Oct 5, 2024
Aug 7, 2024
Feb 4, 2025
Feb 5, 2025
Dec 14, 2022
Jun 20, 2024
Dec 4, 2023
Sep 9, 2024

Repository files navigation

Fleet SDK Checks Coverage

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.

Packages

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. npm
wallet Wallet related library, with mnemonic and keys management. npm
common Internal types and utility functions shared across @fleet-sdk packages. npm
crypto Ergo blockchain crypto primitives. npm
serializer Ergo data serializer and parser. npm
mock-chain Mock chain and testing utilities for Ergo Smart Contracts. npm
compiler Sigma.JS powered ErgoScript compiler. npm
blockchain-providers Blockchain data providers. npm

Plugins

Package Description
babel-fees-plugin Fleet SDK plugin and utility functions for Babel Fees protocol. npm
ageusd-plugin Fleet SDK plugin and utility functions for AgeUSD protocol. npm

Fleet SDK Usage Examples