β A simple Blockchain implementation written in Swift.
A Blockchain implementation that loosely mimics Bitcoin's key features.
β
Features
π Secure and Anonymous Walletsπ Verified Transationsπ Proof-of-Work Systemπ Simple Decentralizationπ Persistent state
βοΈ Missing features:
π P2P Decentralizationπ Advanced Persistence
π¦ Requirements
- β Swift 4.0+
- β macOS 10.14+, iOS 12.0+, tvOS 12.0+
π£ Shoutout
Big thanks for inspiration and learning from Ivan Kuznetsov's Building Blockchain in Go and BitcoinKit.