Crates.io | dark-crystal-web3 |
lib.rs | dark-crystal-web3 |
version | 0.1.3 |
source | src |
created_at | 2022-11-23 10:14:21.588497 |
updated_at | 2022-12-06 08:24:35.973907 |
description | Simple CLI for backing up and recovering secrets using Dark Crystal Web3 |
homepage | https://darkcrystal.pw |
repository | https://gitlab.com/dark-crystal-web3/dark-crystal-web3-backup |
max_upload_size | |
id | 721500 |
size | 40,408 |
Used by the secret owner to make and recover backups for Dark Crystal Web3.
Internally uses dark-crystal-key-backup-rust for secret sharing and encryption.
Try the deployed version of the web front end to see what this crate does.
The CLI has commands to create and recover secrets as well as a serve
command which serves the web-ui.
It expects to find the web-ui in ~/.local/share/dark-crystal-web3
dark-crystal-web3 help
or from the repository:
cargo run --bin cli -- help
Clone the repository and do
cd web3-backup-js-binding
wasm-pack build
or wasm-pach build --target nodejs
Install trunk:
cargo install --locked trunk
cd dark-crystal-web3-web-ui
trunk serve
And open 0.0.0.0:8080
in a browser