File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ Once you are happy with the content, you can compile it to wasm via:
43
43
44
44
```
45
45
RUSTFLAGS='-C link-arg=-s' cargo wasm
46
- cp ../../target/wasm32-unknown-unknown/release/cw20_base .wasm .
47
- ls -l cw20_base .wasm
48
- sha256sum cw20_base .wasm
46
+ cp ../../target/wasm32-unknown-unknown/release/cw721_base .wasm .
47
+ ls -l cw721_base .wasm
48
+ sha256sum cw721_base .wasm
49
49
```
50
50
51
51
Or for a production-ready (optimized) build, run a build command in the
@@ -66,6 +66,6 @@ likely want to write a custom, domain-specific `instantiate`.
66
66
67
67
** TODO: add example when written**
68
68
69
- For now, you can look at [ ` cw20 -staking` ] ( ../cw20 -staking/README.md )
70
- for an example of how to "inherit" cw20 functionality and combine it with custom logic.
69
+ For now, you can look at [ ` cw721 -staking` ] ( ../cw721 -staking/README.md )
70
+ for an example of how to "inherit" cw721 functionality and combine it with custom logic.
71
71
The process is similar for cw721.
You can’t perform that action at this time.
0 commit comments