Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tordwessman/wasm-wallet
POC Crypto WASM wallet
https://github.com/tordwessman/wasm-wallet
Last synced: 4 days ago
JSON representation
POC Crypto WASM wallet
- Host: GitHub
- URL: https://github.com/tordwessman/wasm-wallet
- Owner: TordWessman
- Created: 2023-07-10T22:12:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-10T22:13:11.000Z (over 1 year ago)
- Last Synced: 2024-11-25T16:14:18.288Z (2 months ago)
- Language: Rust
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
POC crypto wallet made in Rust and intended to be used as a WASM module.\
My first Rust project and only intended as a mean for me to teach myself Rust.\***DO NOT USE*** At best it can be useful as an inspiration.
Compile using (no optimization)
```$ wasm-pack build --target web```Run
```$ python3 -m http.server 8765```
and browse to `localhost:8765`.