Skip to content

Commit 82f2e5e

Browse files
committed
ndk-mobile NIP-55 WIP
1 parent ba5be49 commit 82f2e5e

File tree

10 files changed

+601
-260
lines changed

10 files changed

+601
-260
lines changed

ndk-mobile/index.ts

-12
This file was deleted.

ndk-mobile/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export * from './hooks';
55
export * from './cache-adapter/sqlite';
66
export * from './components';
77
export * from './components/relays';
8+
export * from './signers';
89
export * from '@nostr-dev-kit/ndk';
910

1011
import NDK from '@nostr-dev-kit/ndk';

ndk-mobile/src/providers/session/wallet.tsx

-213
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
export * from './pk';
22
export * from './nip07';
33
export * from './nip46';
4+
export * from './nip55';
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)