Piratewallet Lightclient Library and CLI interface (with modifications to support Qortal cross-chain trades)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
329 B

5 years ago
# Zcon1 WASM demo
## Dependencies
- [Rust](https://www.rust-lang.org/tools/install)
- [wasm-pack](https://rustwasm.github.io/wasm-pack/installer/)
- [npm](https://www.npmjs.com/get-npm)
## Building
```sh
$ ./build.sh
```
## Running
```sh
$ cd demo-www
$ npm run start
```
Then open http://localhost:8080/ in your browser.