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 Rust SDK Milestone 3 #67

Merged
merged 3 commits into from
Nov 10, 2021
Merged
Show file tree
Hide file tree
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
46 changes: 46 additions & 0 deletions submissions/issue-20/milestone-3/flow-rust-sdk-team.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
## Flow-Rust-SDK - Milestone 3

This PR is for issue #20.




### Milestone 3 Completion:
- 3 [x] Meet and exceed Flow SDK guidelines

The Flow SDK Guidelines are defined [here](https://github.com/onflow/sdks).

Each of the provided stories have examples:

Blocks:
- [Retrieve a block by ID](https://github.com/MarshallBelles/flow-rust-sdk/wiki/Retrieve-a-block-by-ID)
- [Retrieve a block by height](https://github.com/MarshallBelles/flow-rust-sdk/wiki/Retrieve-a-block-by-height)
- [Retrieve the latest block](https://github.com/MarshallBelles/flow-rust-sdk/wiki/Retrieve-the-latest-block)

Collections:
- [Retrieve a collection by ID](https://github.com/MarshallBelles/flow-rust-sdk/wiki/Retrieve-a-collection-by-ID)

Events:
- [Retrieve events by name in the block height range](https://github.com/MarshallBelles/flow-rust-sdk/wiki/Retrieve-events-by-name-in-the-block-height-range)

Scripts:
- [Submit a script and parse the response](https://github.com/MarshallBelles/flow-rust-sdk/wiki/Submit-a-script-and-parse-the-response)
- [Submit a script with arguments and parse the response](https://github.com/MarshallBelles/flow-rust-sdk/wiki/Submit-a-script-with-arguments-and-parse-the-response)

Accounts:
- [Retrieve an account by address](https://github.com/MarshallBelles/flow-rust-sdk/wiki/Retrieve-an-account-by-address)
- [Create a new account](https://github.com/MarshallBelles/flow-rust-sdk/wiki/Create-a-new-account)
- [Deploy a new contract to the account](https://github.com/MarshallBelles/flow-rust-sdk/wiki/Deploy-a-new-contract-to-the-account)
- [Remove a contract from the account](https://github.com/MarshallBelles/flow-rust-sdk/wiki/Remove-a-contract-from-the-account)
- [Update an existing contract on the account](https://github.com/MarshallBelles/flow-rust-sdk/wiki/Update-an-existing-contract-on-the-account)

Transactions:
- [Retrieve a transaction by ID](https://github.com/MarshallBelles/flow-rust-sdk/wiki/Transactions)
- [Sign a transaction (single payer, proposer, authorizer or combination of multiple)](https://github.com/MarshallBelles/flow-rust-sdk/wiki/Transactions)
- [Submit a signed transaction](https://github.com/MarshallBelles/flow-rust-sdk/wiki/Transactions)
- [Sign a transaction with arguments and submit it](https://github.com/MarshallBelles/flow-rust-sdk/wiki/Transactions)

Authors include:

@marshallbelles
@bluesign
13 changes: 13 additions & 0 deletions submissions/issue-20/milestone-4/flow-rust-sdk-team.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Flow-Rust-SDK - Milestone 4

This PR is for issue #20.


### Milestone 4 Completion:
- 4 [X] [Complete documentation and common usage examples are available](https://github.com/MarshallBelles/flow-rust-sdk/wiki)


Authors include:

@marshallbelles
@bluesign