https://github.com/decred/libwallet
https://github.com/decred/libwallet
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/decred/libwallet
- Owner: decred
- License: other
- Created: 2024-04-25T19:23:45.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-10-24T08:32:03.000Z (8 months ago)
- Last Synced: 2025-10-27T01:27:38.321Z (8 months ago)
- Language: Go
- Size: 141 KB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# libwallet
libwallet is a go library for dcr. It includes features for creating new wallets,
restoring wallets from seed and synchronizing using SPV (Simple Payment Verification).
SPV is a simple, lightweight but privacy-preserving means of fetching blockchain
information that is relevant to a wallet.