Swift Bitcoin – Full node library

Implementation Details Category

Posts on the Implementation Details category.

All categories

Apr 24, 2025Implementation Details

Node Configuration in Swift

A cool feature of the Swift Package Manager (SPM) is how its package manifest format is itself part of the Swift Language. This is easier before compilation when the project's source code and the Swift compiler are at hand but can that approach be extended for compiled tools like bcnode?