big milestone!
This commit is contained in:
parent
2b35d6f39b
commit
ac906ca6c9
28 changed files with 1332 additions and 16 deletions
22
public/js/nostr.bundle.js
Normal file
22
public/js/nostr.bundle.js
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
import {
|
||||
getPublicKey,
|
||||
generatePrivateKey,
|
||||
nip04,
|
||||
getEventHash,
|
||||
getSignature,
|
||||
verifySignature,
|
||||
nip19,
|
||||
relayInit
|
||||
} from 'nostr-tools';
|
||||
|
||||
window.NostrTools = {
|
||||
getPublicKey,
|
||||
generatePrivateKey,
|
||||
nip04,
|
||||
getEventHash,
|
||||
getSignature,
|
||||
signEvent: getSignature,
|
||||
verifySignature,
|
||||
nip19,
|
||||
relayInit
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue