Skip to content

Commit

Permalink
fix: Add nft testdata
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Sover <dan.sover@avalabs.org>
  • Loading branch information
exdx committed Oct 16, 2023
1 parent dc845ee commit f2d0d0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file added x/programs/examples/testdata/nft.wasm
Binary file not shown.
3 changes: 3 additions & 0 deletions x/programs/rust/examples/nft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ edition = "2021"
wasmlanche_sdk = { version = "0.1.0", path = "../../wasmlanche_sdk" }
serde_derive = "1.0.188"
serde = "1.0.188"

[lib]
crate-type = ["cdylib"] # set the crate(needed for cargo build to work properly)

0 comments on commit f2d0d0b

Please sign in to comment.