mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 13:27:57 +00:00
a936771c0f
* Update dependency. * Update readme docs * update python webserver command
11 lines
221 B
Markdown
11 lines
221 B
Markdown
# How to run this demo
|
|
|
|
```sh
|
|
# If necessary, install wasm-bindgen
|
|
# The version must match that used when building the browser demo.
|
|
cargo install --version 0.2.67 wasm-bindgen-cli
|
|
|
|
# Run the build script
|
|
./build.sh
|
|
```
|