mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-07-30 20:01:26 +00:00
Simple demo displaying address of a fixed spending key
This commit is contained in:
21
README.md
21
README.md
@@ -1 +1,22 @@
|
||||
# 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.
|
||||
|
Reference in New Issue
Block a user