https://github.com/tmpfs/web3-keystore
A library for the web3 secret storage definition
https://github.com/tmpfs/web3-keystore
Last synced: 4 months ago
JSON representation
A library for the web3 secret storage definition
- Host: GitHub
- URL: https://github.com/tmpfs/web3-keystore
- Owner: tmpfs
- License: apache-2.0
- Created: 2022-02-17T03:43:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-18T01:20:20.000Z (over 3 years ago)
- Last Synced: 2025-01-05T02:12:17.706Z (6 months ago)
- Language: Rust
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Web3 Keystore
Forked from [eth-keystore-rs][] so it does not rely on the file system which makes it easier to intergrate with WASM and other code that does not want to store secrets as JSON files on disc.
A minimalist library to interact with encrypted JSON keystores as per the [Web3 Secret Storage Definition](https://github.com/ethereum/wiki/wiki/Web3-Secret-Storage-Definition).
[![Documentation]][docs.rs]
[eth-keystore-rs]: https://github.com/roynalnaruto/eth-keystore-rs
[Documentation]: https://docs.rs/web3-keystore/badge.svg?version=0.4.1
[docs.rs]: https://docs.rs/web3-keystore/latest/web3_keystore/