Skip to content

Fleet#

Fleet lets you easily create Ergo transactions with a pure JS library.

  • Easy to use
  • Lightweight: ~12kB minified + gziped
  • Powerful: easily create complex transactions with a fluent API
  • 100% code coverage
  • Tree-shakeable

For common usage patterns and examples, see the Fleet SDK Recipes.

Fleet handles Ergo wallet keys and transaction construction. If your JavaScript application also needs message encryption or symmetric ciphers around those keys, use a dedicated audited crypto library such as noble-ciphers rather than expecting Fleet to provide general-purpose encryption APIs.

Examples#

DeepWiki Documentation

For an alternative and potentially more detailed documentation source generated from the repository, explore the Fleet SDK on DeepWiki