initial commit.

This commit is contained in:
fiatjaf
2021-01-04 14:15:27 -03:00
commit b077271d46
7 changed files with 99 additions and 0 deletions

4
index.js Normal file
View File

@@ -0,0 +1,4 @@
export {relayConnect} from './relay'
export {signEvent, verifySignature, serializeEvent, getEventID} from './event'
export {pubkeyFromPrivate} from './schnorr'
export {makeRandom32} from './utils'