1.0.0 • Published 5 years ago
@internet-of-people/keyvault v1.0.0
Morpheus Keyvault
The Morpheus Keyvault is a stateless cryptographic calculator. This npm package wraps the Rust implementation through WASM into a persistent vault.
Table of Contents
Update from upstream
- Clone the original rust sources from https://github.com/Internet-of-People/mercury-rust
- Build it with
cargo build
in the workspace folder - In the
wasm
folder, run./build.sh
. It will probably complain about missing dependencies, likewasm-pack
andclang
. - Copy over the whole
pkg
folder into this npm package and commit it after passing all tests.
Check also
Please read about maintainers, contribution contract at https://github.com/Internet-of-People/morpheus-ts
1.0.0
5 years ago