-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Flow-Rust-SDK - Milestone 4 Completed (#96)
* Milestone 3 * Flow-Rust-SDK-M4 is ready Co-authored-by: Marshall Belles <[email protected]>
- Loading branch information
1 parent
f3306e4
commit 2b50986
Showing
2 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |