@nostr-dev-kit/ndk-wallet
v0.3.13
Published
NDK Wallet
Downloads
1,321
Readme
ndk-wallet
NDK Wallet provides common interfaces and functionalities to create a wallet that leverages nostr.
Usage
Install
npm add @nostr-dev-kit/ndk-wallet
Add as a cache adapter
import NDKWallet from "@nostr-dev-kit/ndk-wallet";
const cacheAdapter = new NDKRedisCacheAdapter();
const ndk = new NDK({ cacheAdapter });
License
MIT