https://github.com/2140-dev/swiftsync
SwiftSync node and underlying crates
https://github.com/2140-dev/swiftsync
bitcoin cryptocurrency cryptography peer-to-peer
Last synced: 10 months ago
JSON representation
SwiftSync node and underlying crates
- Host: GitHub
- URL: https://github.com/2140-dev/swiftsync
- Owner: 2140-dev
- License: other
- Created: 2025-06-24T09:01:34.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-08-13T11:59:06.000Z (10 months ago)
- Last Synced: 2025-08-13T13:21:05.384Z (10 months ago)
- Topics: bitcoin, cryptocurrency, cryptography, peer-to-peer
- Language: Rust
- Homepage:
- Size: 79.5 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# SwiftSync
:warning::construction: This project is still under construction and expected to change significantly. Use at your own risk :construction::warning:
This repository is a collection of crates related to a SwiftSync node implementation. Some crates will be SwiftSync-specific, while others may have broader use cases.
- `accumulator`: A hash-based SwiftSync accumulator used to add and subtrack elements from a set.
- `hintfile`: Generate a SwiftSync hintfile as the role of a server.
- `node`: Perform fast IBD using a SwiftSync hints file.
- `network`: Tools to find Bitcoin peers.