nostr-tools 删除了 nip96
import NDK from "@nostr-dev-kit/ndk";
// Create a new NDK instance with explicit relays
const ndk = new NDK({
explicitRelayUrls: ["wss://a.relay", "wss://another.relay"],
}); 删除了 websocket-polyfill的依赖。
为什么? 今天这2个问题要搞明白。
nostr-tools 删除了 nip96
import NDK from "@nostr-dev-kit/ndk";
// Create a new NDK instance with explicit relays
const ndk = new NDK({
explicitRelayUrls: ["wss://a.relay", "wss://another.relay"],
}); 删除了 websocket-polyfill的依赖。
为什么? 今天这2个问题要搞明白。
No replies yet.