You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,32 @@ just build-web
36
36
37
37
After building the resulting lib can be found in `packages/webz-core`.
38
38
39
+
### Building the example web-wallet
40
+
41
+
#### Prerequisites
42
+
43
+
[Install pnpm](https://pnpm.io/installation)
44
+
45
+
### Building
46
+
47
+
Install dependencies with
48
+
49
+
```shell
50
+
pnpm i
51
+
```
52
+
53
+
Build WebZjs with
54
+
55
+
```shell
56
+
just build
57
+
```
58
+
59
+
Start a dev server with the page
60
+
61
+
```shell
62
+
pnpm start:dev
63
+
```
64
+
39
65
## Development
40
66
41
67
The [`.cargo/config.toml`](./.cargo/config.toml) file sets the build target to `wasm32-unknown-unknown` so the regular cargo commands (e.g. `check`, `build`) will run against this target.
@@ -48,6 +74,8 @@ Tests are run in a headless browser environment and can be run with
48
74
just test-web
49
75
```
50
76
77
+
78
+
51
79
## Security Warnings
52
80
53
81
These libraries are currently under development, have received no reviews or audit, and come with no guarantees whatsoever.
0 commit comments