diff --git a/submissions/issue-20/milestone-3/flow-rust-sdk-team.md b/submissions/issue-20/milestone-3/flow-rust-sdk-team.md new file mode 100644 index 00000000..111eb4eb --- /dev/null +++ b/submissions/issue-20/milestone-3/flow-rust-sdk-team.md @@ -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 diff --git a/submissions/issue-20/milestone-4/flow-rust-sdk-team.md b/submissions/issue-20/milestone-4/flow-rust-sdk-team.md new file mode 100644 index 00000000..5e98cf20 --- /dev/null +++ b/submissions/issue-20/milestone-4/flow-rust-sdk-team.md @@ -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