-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apply update in example, bump to 0.2.1 (#42)
- Loading branch information
1 parent
03aa9e3
commit cf69103
Showing
73 changed files
with
201 additions
and
135 deletions.
There are no files selected for viewing
Submodule examples
updated
16 files
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
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 |
---|---|---|
@@ -1,3 +1,6 @@ | ||
## Advanced | ||
|
||
- [Using `AnyNetwork`](any_network.md) | ||
- [Using `AnyNetwork`](any_network.md) | ||
- [Decoding with `json_abi`](decoding_json_abi.md) | ||
- [Encoding with `dyn_abi`](encoding_dyn_abi.md) | ||
- [Static encoding with `sol!`](encoding_sol_static.md) |
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
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,19 @@ | ||
<!-- DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` --> | ||
<!-- ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN --> | ||
<!-- EDIT OR CREATE THIS TEMPLATE INSTEAD: ./src/templates/advanced/decoding_json_abi.md --> | ||
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/e04031989826a4dfcb7a677a7c6b933534c76626 --> | ||
|
||
## Example: `decoding_json_abi` | ||
|
||
### Example | ||
|
||
To run this example: | ||
|
||
- Clone the [examples](https://github.com/alloy-rs/examples) repository: `git clone git@github.com:alloy-rs/examples.git` | ||
- Run: `cargo run --example decoding_json_abi` | ||
|
||
```rust,ignore | ||
{{#include ../../../lib/examples/examples/advanced/examples/decoding_json_abi.rs}} | ||
``` | ||
|
||
Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/e04031989826a4dfcb7a677a7c6b933534c76626/examples/advanced/examples/decoding_json_abi.rs). |
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,19 @@ | ||
<!-- DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` --> | ||
<!-- ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN --> | ||
<!-- EDIT OR CREATE THIS TEMPLATE INSTEAD: ./src/templates/advanced/encoding_dyn_abi.md --> | ||
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/e04031989826a4dfcb7a677a7c6b933534c76626 --> | ||
|
||
## Example: `encoding_dyn_abi` | ||
|
||
### Example | ||
|
||
To run this example: | ||
|
||
- Clone the [examples](https://github.com/alloy-rs/examples) repository: `git clone git@github.com:alloy-rs/examples.git` | ||
- Run: `cargo run --example encoding_dyn_abi` | ||
|
||
```rust,ignore | ||
{{#include ../../../lib/examples/examples/advanced/examples/encoding_dyn_abi.rs}} | ||
``` | ||
|
||
Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/e04031989826a4dfcb7a677a7c6b933534c76626/examples/advanced/examples/encoding_dyn_abi.rs). |
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,19 @@ | ||
<!-- DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` --> | ||
<!-- ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN --> | ||
<!-- EDIT OR CREATE THIS TEMPLATE INSTEAD: ./src/templates/advanced/encoding_sol_static.md --> | ||
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/e04031989826a4dfcb7a677a7c6b933534c76626 --> | ||
|
||
## Example: `encoding_sol_static` | ||
|
||
### Example | ||
|
||
To run this example: | ||
|
||
- Clone the [examples](https://github.com/alloy-rs/examples) repository: `git clone git@github.com:alloy-rs/examples.git` | ||
- Run: `cargo run --example encoding_sol_static` | ||
|
||
```rust,ignore | ||
{{#include ../../../lib/examples/examples/advanced/examples/encoding_sol_static.rs}} | ||
``` | ||
|
||
Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/e04031989826a4dfcb7a677a7c6b933534c76626/examples/advanced/examples/encoding_sol_static.rs). |
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.