forked from wevm/viem
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
87 changed files
with
670 additions
and
703 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Ask Question | ||
url: https://github.com/wagmi-dev/viem/discussions/new?category=q-a | ||
url: https://github.com/wevm/viem/discussions/new?category=q-a | ||
about: Ask questions and discuss with other community members | ||
- name: Request Feature | ||
url: https://github.com/wagmi-dev/viem/discussions/new?category=ideas | ||
url: https://github.com/wevm/viem/discussions/new?category=ideas | ||
about: Requests features or brainstorm ideas for new functionality |
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,3 @@ | ||
# _REPLACE ME_ Example | ||
|
||
[](https://stackblitz.com/github/wagmi-dev/viem/tree/main/examples/PATH/TO/EXAMPLE/DIR) | ||
[](https://stackblitz.com/github/wevm/viem/tree/main/examples/PATH/TO/EXAMPLE/DIR) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Public Client Example | ||
|
||
[](https://stackblitz.com/github/wagmi-dev/viem/tree/main/examples/clients_public-client) | ||
[](https://stackblitz.com/github/wevm/viem/tree/main/examples/clients_public-client) |
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,3 @@ | ||
# Wallet Client Example | ||
|
||
[](https://stackblitz.com/github/wagmi-dev/viem/tree/main/examples/clients_wallet-client) | ||
[](https://stackblitz.com/github/wevm/viem/tree/main/examples/clients_wallet-client) |
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,3 @@ | ||
# Deploying Contracts Example | ||
|
||
[](https://stackblitz.com/github/wagmi-dev/viem/tree/main/examples/contracts_deploying-contracts) | ||
[](https://stackblitz.com/github/wevm/viem/tree/main/examples/contracts_deploying-contracts) |
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,3 @@ | ||
# Multicall Example | ||
|
||
[](https://stackblitz.com/github/wagmi-dev/viem/tree/main/examples/contracts_multicall) | ||
[](https://stackblitz.com/github/wevm/viem/tree/main/examples/contracts_multicall) |
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,3 @@ | ||
# Reading Contracts Example | ||
|
||
[](https://stackblitz.com/github/wagmi-dev/viem/tree/main/examples/contracts_reading-contracts) | ||
[](https://stackblitz.com/github/wevm/viem/tree/main/examples/contracts_reading-contracts) |
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,3 @@ | ||
# Contract Writes Example | ||
|
||
[](https://stackblitz.com/github/wagmi-dev/viem/tree/main/examples/contracts_writing-to-contracts) | ||
[](https://stackblitz.com/github/wevm/viem/tree/main/examples/contracts_writing-to-contracts) |
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,3 @@ | ||
# ENS Examples | ||
|
||
[](https://stackblitz.com/github/wagmi-dev/viem/tree/main/examples/ens) | ||
[](https://stackblitz.com/github/wevm/viem/tree/main/examples/ens) |
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,3 @@ | ||
# Block Event Logs Example | ||
|
||
[](https://stackblitz.com/github/wagmi-dev/viem/tree/main/examples/logs_block-event-logs) | ||
[](https://stackblitz.com/github/wevm/viem/tree/main/examples/logs_block-event-logs) |
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,3 @@ | ||
# Event Logs Example | ||
|
||
[](https://stackblitz.com/github/wagmi-dev/viem/tree/main/examples/logs_event-logs) | ||
[](https://stackblitz.com/github/wevm/viem/tree/main/examples/logs_event-logs) |
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 |
---|---|---|
|
@@ -4,5 +4,5 @@ | |
|
||
### Patch Changes | ||
|
||
- Updated dependencies [[`5456490`](https://github.com/wagmi-dev/viem/commit/545649093422fb14a39418a7199766d033c9e175)]: | ||
- Updated dependencies [[`5456490`](https://github.com/wevm/viem/commit/545649093422fb14a39418a7199766d033c9e175)]: | ||
- [email protected] |
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,3 @@ | ||
# Sign Typed Data Example | ||
|
||
[](https://stackblitz.com/github/wagmi-dev/viem/tree/main/examples/signing_typed-data) | ||
[](https://stackblitz.com/github/wevm/viem/tree/main/examples/signing_typed-data) |
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,3 @@ | ||
# Sending Transactions Example | ||
|
||
[](https://stackblitz.com/github/wagmi-dev/viem/tree/main/examples/transactions_sending-transactions) | ||
[](https://stackblitz.com/github/wevm/viem/tree/main/examples/transactions_sending-transactions) |
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,3 @@ | ||
# Public Client Example | ||
|
||
[](https://stackblitz.com/github/wagmi-dev/viem/tree/main/examples/walletconnect) | ||
[](https://stackblitz.com/github/wevm/viem/tree/main/examples/walletconnect) |
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.