Skip to content

splits-sdk

Dev Tools · Utility

Verified Builder
Development
Resumed buildingLast ship 15h ago
Token market
No token
Token
None tracked
What HEY checked
Resumed building.
Started shipping again after a long gap.
No token.
HEY tracks no token for this project.
Market figures are context only and never change activity status. Methodology

An SDK for building apps on top of 0xSplits

Latest ship

Active development: 3 commits in the last 90 days across 1 contributor

Code ActivitySource linked

2 active day(s) in 0xSplits/splits-sdk.

Builder activity

Meaningful, source-backed updates per week. Commits are aggregated, not counted individually.

Build timeline

  1. v6.4.1

    Github ReleaseSource verified

    What's Changed * Add balance field to per-contract earnings, fix top-level user balances by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/90 * Add Tempo testnet chain support by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/91 Full Changelog: https://github.com/0xSplits/splits-sdk/compare/@0xsplits/[email protected]...@0xsplits/[email protected]

    View evidence
  2. v6.2.0

    Github ReleaseSource verified

    What's Changed * chore: cap recipients to 400/500 dep. on type by @0xdiid in https://github.com/0xSplits/splits-sdk/pull/85 * Add claude.md and avalanche for splits v2 by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/86 New Contributors * @0xdiid made their first contribution in https://github.com/0xSplits/splits-sdk/pull/85 Full Changelog: https://github.com/0xSplits/splits-sdk/compare/@0xsplits/[email protected]...@0xsplits/[email protected]

    View evidence
  3. v6.1.0

    Github ReleaseSource verified

    What's Changed * feat: add support for new universal swapper contract by @r0ohafza in https://github.com/0xSplits/splits-sdk/pull/84 Full Changelog: https://github.com/0xSplits/splits-sdk/compare/@0xsplits/[email protected]...@0xsplits/[email protected]

    View evidence
  4. v6.0.3

    Github ReleaseSource verified

    What's Changed * chore: deploy splits to celo by @r0ohafza in https://github.com/0xSplits/splits-sdk/pull/83 Full Changelog: https://github.com/0xSplits/splits-sdk/compare/@0xsplits/[email protected]...@0xsplits/[email protected]

    View evidence
  5. v6.0.0

    Github ReleaseSource verified

    What's Changed A new version of the Split contracts (v2.2) have been launched, which includes new factories and splitters. No changes are needed to start using the new contracts. Calling SplitV2Client.createSplit(args) will now create a v2.2 Split instead of a v2.1 Split. The other functions (i.e. distribute) will also work with no changes, and they will work for both v2 Splits and v2.1 Splits. For more information see here. * feat(splits): v2.2 by @r0ohafza in https://github.com/0xSplits/splits-sdk/pull/79 * feat(splits): add ownerAddress

    View evidence
  6. v5.1.0

    Github ReleaseSource verified

    What's Changed * Hoodi support by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/76 Full Changelog: https://github.com/0xSplits/splits-sdk/compare/@0xsplits/[email protected]...@0xsplits/[email protected]

    View evidence
  7. v5.0.2

    Github ReleaseSource verified

    What's Changed * feat: add plume to splits kit by @r0ohafza in https://github.com/0xSplits/splits-sdk/pull/69 * Block number chains by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/71 * Bump vitest from 1.3.1 to 1.6.1 by @dependabot in https://github.com/0xSplits/splits-sdk/pull/72 Full Changelog: https://github.com/0xSplits/splits-sdk/compare/@0xsplits/[email protected]...@0xsplits/[email protected]

    View evidence
  8. v5.0.1

    Github ReleaseSource verified

    What's Changed * feat: add plume to sdk by @r0ohafza in https://github.com/0xSplits/splits-sdk/pull/66 * feat: add new univ3swap addresses by @r0ohafza in https://github.com/0xSplits/splits-sdk/pull/68 * include oracle in swapper metadata by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/67 Full Changelog: https://github.com/0xSplits/splits-sdk/compare/@0xsplits/[email protected]...@0xsplits/[email protected]

    View evidence
  9. v5.0.0

    Github ReleaseSource verified

    v4 --> v5 Migration Guide What's Changed - A new version of the Split contracts (v2.1) have been launched, including new factories. No changes are needed to start using the new contracts. Calling SplitV2Client.createSplit(args) will now create a v2.1 Split instead of a v2 Split. The only difference in the contracts are that the v2 Split could not properly handle non-compliant ERC20 tokens (e.g. USDT on mainnet). The v2.1 Split can handle those tokens. The other functions (i.e. distribute) will also work with no changes, and they will work for both v2 Splits and v2.1 Splits. For more infor

    View evidence
  10. v4.1.1

    Github ReleaseSource verified

    What's Changed * fix ownership calculation by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/60 Full Changelog: https://github.com/0xSplits/splits-sdk/commits/@0xsplits/[email protected]

    View evidence
  11. v4.0.5

    Github ReleaseSource verified

    What's Changed * Balance fix by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/54 Full Changelog: https://github.com/0xSplits/splits-sdk/commits/@0xsplits/[email protected]

    View evidence
  12. v4.0.4

    Github ReleaseSource verified

    What's Changed * Fix earnings by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/52 Full Changelog: https://github.com/0xSplits/splits-sdk/commits/@0xsplits/[email protected]

    View evidence
  13. @0xsplits/[email protected]

    Github ReleaseSource verified

    What's Changed * PE-2201 optional public client arg on get earnings by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/51 Full Changelog: https://github.com/0xSplits/splits-sdk/commits/@0xsplits/[email protected]

    View evidence
  14. @0xsplits/[email protected]

    Github ReleaseSource verified

    What's Changed * fix: v1/v2 viem support for split v1 by @r0ohafza in https://github.com/0xSplits/splits-sdk/pull/48 * Fix split v2 arbitrary allocations by @r0ohafza in https://github.com/0xSplits/splits-sdk/pull/49 Full Changelog: https://github.com/0xSplits/splits-sdk/compare/@0xsplits/[email protected]...@0xsplits/[email protected]

    View evidence
  15. v4.0.0

    Github ReleaseSource verified

    This major release marks the introduction of splits v2, for more information on v2 itself please refer to this article. This release has multiple breaking changes across our core SDK and React SDK. With this release we have made a departure from the hosted service provided by The Graph and moved to an in house graphQL service. All previous versions of the SDK will become partially functional following the sunset of the hosted service by The Graph. The new API for the SDK (Core and React) can be found in

    View evidence
  16. v3.3.2

    Github ReleaseSource verified

    What's Changed * PE-2055 | fix: update sepolia address by @r0ohafza in https://github.com/0xSplits/splits-sdk/pull/41 Full Changelog: https://github.com/0xSplits/splits-sdk/compare/@0xsplits/[email protected]...@0xsplits/[email protected]

    View evidence
  17. v3.3.1

    Github ReleaseSource verified

    What's Changed * Update zora & zora sepolia subgraph urls Full Changelog: https://github.com/0xSplits/splits-sdk/commits/@0xsplits/[email protected]

    View evidence
  18. v3.3.0

    Github ReleaseSource verified

    What's Changed * Increased chain support by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/27 Full Changelog: https://github.com/0xSplits/splits-sdk/commits/@0xsplits/[email protected]

    View evidence
  19. v3.2.7

    Github ReleaseSource verified

    What's Changed * add sepolia support for all contracts by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/25 * fix recoup and diversifier addresses for sepolia by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/26 Full Changelog: https://github.com/0xSplits/splits-sdk/commits/@0xsplits/[email protected]

    View evidence
  20. v3.2.5

    Github ReleaseSource verified

    What's Changed * chore: deploy oracle/swapper/diversifier on arbitrum by @r0ohafza in https://github.com/0xSplits/splits-sdk/pull/24 Full Changelog: https://github.com/0xSplits/splits-sdk/commits/@0xsplits/[email protected]

    View evidence
  21. v3.2.4

    Github ReleaseSource verified

    What's Changed * Holesky and Base Sepolia support by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/23 Full Changelog: https://github.com/0xSplits/splits-sdk/commits/@0xsplits/[email protected]

    View evidence
  22. v3.2.3

    Github ReleaseSource verified

    What's Changed * Base goerli & utils refactor by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/20 Full Changelog: https://github.com/0xSplits/splits-sdk/commits/@0xsplits/[email protected]

    View evidence
  23. v3.2.2

    Github ReleaseSource verified

    What's Changed * Alchemy token fetch by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/18 Full Changelog: https://github.com/0xSplits/splits-sdk/commits/@0xsplits/[email protected]

    View evidence
  24. v3.2.1

    Github ReleaseSource verified

    What's Changed * Add support for mainnet Sepolia Full Changelog: https://github.com/0xSplits/splits-sdk/commits/@0xsplits/[email protected]

    View evidence

Research notes

Written by HEY researchers and reviewed before publishing. Commentary with sources — not the project's own claims, and not evidence of shipping.

No published notes on splits-sdk yet.

    Know something about splits-sdk? Sign in with GitHub to submit a research note. Notes are reviewed before they appear here.

    Sources