Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flow Swift SDK milestone-1, 2, 3, 4 #63

Merged
merged 1 commit into from
Nov 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions submissions/issue-20/milestone-4/flow-swift-team.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
## Flow-Swift-SDK - Milestone 1, 2, 3, 4

This PR is for issue #20.

## SDK repo

https://github.com/zed-io/flow-swift

### Current Status

The flow-swift-SDK has completed all the essential part with test cases and example code. Some documentation has been added in the repo, we will add more documentation in the future. Moreover, we have created other swift SDK, which target for dapp and wallet app usage, [fcl-swift](https://github.com/zed-io/fcl-swift) and [flow-wallet-kit](https://github.com/zed-io/flow-wallet-kit) which are dependent on [flow-swift](https://github.com/zed-io/flow-swift). However, those two SDKs are still working in progress.

Blocks:

- [x] retrieve a block by ID
- [x] retrieve a block by height
- [x] retrieve the latest block

Collections:

- [x] retrieve a collection by ID

Events:

- [x] retrieve events by name in the block height range

Scripts:

- [x] submit a script and parse the response
- [x] submit a script with arguments and parse the response

Accounts:

- [x] retrieve an account by address
- [x] create a new account
- [x] deploy a new contract to the account
- [x] remove a contract from the account
- [x] update an existing contract on the account

Transactions:

- [x] retrieve a transaction by ID
- [x] sign a transaction (single payer, proposer, authorizer or combination of multiple)
- [x] submit a signed transaction
- [x] sign a transaction with arguments and submit it

### Milestones

- 1 [x] Implement the gRPC layer of the SDK, allowing communication with the Flow blockchain
- 2 [x] Accomplish transaction signing in a way that handles the complex algorithm / hashing / encoding for the user.
- 3 [x] Meet and exceed Flow SDK guidelines
- 4 [x] Complete documentation and common usage examples are available

Authors include:

@ryankopinsky
@bluesign
@lmcmz