stacker.news/lib/nostr.js

4 lines
152 B
JavaScript
Raw Normal View History

2023-02-08 19:38:04 +00:00
export const NOSTR_PUBKEY_HEX = /^[0-9a-fA-F]{64}$/
export const NOSTR_PUBKEY_BECH32 = /^npub1[02-9ac-hj-np-z]+$/
export const NOSTR_MAX_RELAY_NUM = 20