Skip to content

Commit

Permalink
add watch-instantiations example
Browse files Browse the repository at this point in the history
  • Loading branch information
XY-Wang committed Jul 5, 2023
1 parent 1e8314e commit f7e0cd0
Show file tree
Hide file tree
Showing 4 changed files with 1,574 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Here are the available binaries to run the example applications:
* __follow-transfer-events__: Simple demonstration of dynamic queries.
* __light-client__: Demonstrates the usage of the Smoldot light client provider.
* __watch-contracts__: Filters contract messages. Supports pipeable stdout.
* __watch-instantiations__: Watches contract instantiations of the same code hash.
* __watch-storage__: Watches the storage for an account balance threshold.
* __watch-transfer-events__: Watches transfers above a specified amount. Supports pipeable stdout.

Expand Down
1 change: 1 addition & 0 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"follow-transfer-events": "./dist/follow-transfer-events/main.cjs",
"light-client": "./dist/light-client/main.cjs",
"watch-contracts": "./dist/watch-contracts/main.cjs",
"watch-instantiations": "./dist/watch-instantiations/main.cjs",
"watch-storage": "./dist/watch-storage/main.cjs",
"watch-transfer-events": "./dist/watch-transfer-events/main.cjs"
},
Expand Down
Loading

0 comments on commit f7e0cd0

Please sign in to comment.