yeeth / BeaconChain.swift

Swift implementation of Ethereum 2.0 beacon chain
https://yeeth.github.io/BeaconChain.swift/
MIT License
43 stars 4 forks source link

Implement Simple Serialize #10

Open decanus opened 5 years ago

decanus commented 5 years ago

https://github.com/ethereum/eth2.0-specs/blob/master/specs/simple-serialize.md https://www.raywenderlich.com/382-encoding-decoding-and-serialization-in-swift-4

decanus commented 5 years ago

@tueric we could consider putting this in another repository like other projects have done or keep it here.