Skip to content

Commit

Permalink
Flow-Rust-SDK - Milestone 4 Completed (#96)
Browse files Browse the repository at this point in the history
* Milestone 3

* Flow-Rust-SDK-M4 is ready

Co-authored-by: Marshall Belles <[email protected]>
  • Loading branch information
MarshallBelles and Marshall Belles authored Nov 8, 2021
1 parent f3306e4 commit 2b50986
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
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

0 comments on commit 2b50986

Please sign in to comment.