{"id":26466737,"url":"https://github.com/fleet-sdk/fleet","last_synced_at":"2025-04-09T15:02:02.563Z","repository":{"id":57861226,"uuid":"523898963","full_name":"fleet-sdk/fleet","owner":"fleet-sdk","description":"🦾 Simple, powerful, and extensible Ergo Blockchain SDK","archived":false,"fork":false,"pushed_at":"2025-02-05T00:00:33.000Z","size":2962,"stargazers_count":38,"open_issues_count":18,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T20:01:54.256Z","etag":null,"topics":["blockchain","ergo","ergoplatform","eutxo","javascript","off-chain","sdk","typescript","utxo"],"latest_commit_sha":null,"homepage":"https://fleet-sdk.github.io/docs/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fleet-sdk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-11T23:40:27.000Z","updated_at":"2025-02-05T00:00:37.000Z","dependencies_parsed_at":"2023-09-25T00:49:31.424Z","dependency_job_id":"d0ccd4de-e74d-4747-9e8a-ee70f8e31647","html_url":"https://github.com/fleet-sdk/fleet","commit_stats":{"total_commits":793,"total_committers":8,"mean_commits":99.125,"dds":0.4136191677175284,"last_synced_commit":"d12291dd5781214cbc3336aa09ed6c6f246e9054"},"previous_names":[],"tags_count":190,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fleet-sdk%2Ffleet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fleet-sdk%2Ffleet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fleet-sdk%2Ffleet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fleet-sdk%2Ffleet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fleet-sdk","download_url":"https://codeload.github.com/fleet-sdk/fleet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248055272,"owners_count":21040153,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","ergo","ergoplatform","eutxo","javascript","off-chain","sdk","typescript","utxo"],"created_at":"2025-03-19T12:37:46.550Z","updated_at":"2025-04-09T15:02:02.535Z","avatar_url":"https://github.com/fleet-sdk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fleet SDK [![Checks](https://img.shields.io/github/actions/workflow/status/fleet-sdk/fleet/ci.yml?logo=githubactions)](https://github.com/fleet-sdk/fleet/actions) [![Coverage](https://img.shields.io/codecov/c/gh/fleet-sdk/fleet?logo=codecov)](https://app.codecov.io/gh/fleet-sdk/fleet)\n\nFleet (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.\n\n## Packages\n\nThis is a [monorepository](https://monorepo.tools/) which means this contains many sub-packages that composes full Fleet SDK implementation.\n\n| Package                                                 | Description                                                               |                                                                                                                                       |\n| ------------------------------------------------------- | ------------------------------------------------------------------------- | :-----------------------------------------------------------------------------------------------------------------------------------: |\n| [core](/packages/core/)                                 | Core library with transaction builder and basic serialization.            |                 [![npm](https://img.shields.io/npm/v/@fleet-sdk/core)](https://www.npmjs.com/package/@fleet-sdk/core)                 |\n| [wallet](/packages/wallet/)                             | Wallet related library, with mnemonic and keys management.                |               [![npm](https://img.shields.io/npm/v/@fleet-sdk/wallet)](https://www.npmjs.com/package/@fleet-sdk/wallet)               |\n| [common](/packages/common/)                             | Internal types and utility functions shared across `@fleet-sdk` packages. |               [![npm](https://img.shields.io/npm/v/@fleet-sdk/common)](https://www.npmjs.com/package/@fleet-sdk/common)               |\n| [crypto](/packages/crypto/)                             | Ergo blockchain crypto primitives.                                        |               [![npm](https://img.shields.io/npm/v/@fleet-sdk/crypto)](https://www.npmjs.com/package/@fleet-sdk/crypto)               |\n| [serializer](/packages/serializer/)                     | Ergo data serializer and parser.                                          |           [![npm](https://img.shields.io/npm/v/@fleet-sdk/serializer)](https://www.npmjs.com/package/@fleet-sdk/serializer)           |\n| [mock-chain](/packages/mock-chain/)                     | Mock chain and testing utilities for Ergo Smart Contracts.                |           [![npm](https://img.shields.io/npm/v/@fleet-sdk/mock-chain)](https://www.npmjs.com/package/@fleet-sdk/mock-chain)           |\n| [compiler](/packages/compiler/)                         | Sigma.JS powered ErgoScript compiler.                                     |             [![npm](https://img.shields.io/npm/v/@fleet-sdk/compiler)](https://www.npmjs.com/package/@fleet-sdk/compiler)             |\n| [blockchain-providers](/packages/blockchain-providers/) | Blockchain data providers.                                                | [![npm](https://img.shields.io/npm/v/@fleet-sdk/blockchain-providers)](https://www.npmjs.com/package/@fleet-sdk/blockchain-providers) |\n\n## Plugins\n\n| Package                                   | Description                                                     |                                                                                                                                 |\n| ----------------------------------------- | --------------------------------------------------------------- | :-----------------------------------------------------------------------------------------------------------------------------: |\n| [babel-fees-plugin](/plugins/babel-fees/) | Fleet SDK plugin and utility functions for Babel Fees protocol. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/babel-fees-plugin)](https://www.npmjs.com/package/@fleet-sdk/babel-fees-plugin) |\n| [ageusd-plugin](/plugins/ageusd/)         | Fleet SDK plugin and utility functions for AgeUSD protocol.     |     [![npm](https://img.shields.io/npm/v/@fleet-sdk/ageusd-plugin)](https://www.npmjs.com/package/@fleet-sdk/ageusd-plugin)     |\n\n## Fleet SDK Usage Examples\n\n- [Nautilus' internal transaction builder](https://github.com/capt-nemo429/nautilus-wallet/blob/master/src/api/ergo/transaction/txBuilder.ts#L95)\n- [Ergonames SDK](https://github.com/ergonames/sdk/blob/master/tx-lib/index.js)\n- [Stealth Address example implementation](https://github.com/ross-weir/ergo-stealth-address-example)\n- [SigmaFi UI](https://github.com/capt-nemo429/sigmafi-ui)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffleet-sdk%2Ffleet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffleet-sdk%2Ffleet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffleet-sdk%2Ffleet/lists"}