hyperledger-iroha / iroha-ios

iOS Swift library for Iroha, a simple distributed ledger
https://wiki.hyperledger.org/display/iroha
Other
92 stars 59 forks source link

Initial Iroha2 Swift library with schema builder and generated code #130

Closed posplaw closed 3 years ago

posplaw commented 3 years ago

Removed Iroha v1 code Added IrohaSwiftSchemaBuilder project which builds Swift files from Iroha v2 JSON schema Added IrohaSwiftScale project which contains types required by SCALE, and implementation for Swift Coding to Encode/Decode SCALE types, available as separate Pod Storing pre-generated schema from latest Iroha v2 schema export Added utility scripts to generate schema, inject into dev pod or .xcodeproj

Signed-off-by: Alex Oakley oakley@soramitsu.co.jp Closes #128