Skip to content

Commit 11d0b3c

Browse files
author
Dev Kalra
authored
[cosmwasm] Add example cw contract (#516)
* move example to cosmwasm * gen schema and update developing.md * update readme file * remove example schema gen file * correct var name * correct the response of the query * correct schema output
1 parent 18b1479 commit 11d0b3c

File tree

11 files changed

+1604
-0
lines changed

11 files changed

+1604
-0
lines changed

target-chains/cosmwasm/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[workspace]
22
members = ["contracts/pyth"]
3+
exclude = ["examples/cw-contract"]
34

45
[profile.release]
56
opt-level = 3

0 commit comments

Comments
 (0)