Skip to content

Commit 6e91f1b

Browse files
OttoAllmendingerllm-git
andcommitted
feat(web): add initial webui and README with demos
Add webui package with first demo for the WASM-UTXO package. The webui provides a simple, framework-free demo environment to showcase functionality of the BitGoWASM packages. - Create README explaining the project structure - Add address converter demo for wasm-utxo - Use a clean, monospace-oriented design - Remove old implementation files - Implement simple router for multi-page support Issue: BTC-0 Co-authored-by: llm-git <llm-git@ttll.de>
1 parent 69f13b5 commit 6e91f1b

15 files changed

Lines changed: 1293 additions & 1327 deletions

File tree

package-lock.json

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/webui/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# BitGoWASM WebUI
2+
3+
This project contains demos for the different wasm packages in the BitGoWASM project.
4+
5+
## Architecture
6+
7+
- No frontend frameworks
8+
- Demo vibe for UI: monospace font
9+
- Demo of the `@bitgo/wasm-utxo` package lives in src/wasm-utxo
10+
- Toplevel index.html contains navigation to the sub-package demo sites

packages/webui/src/codec.ts

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)