Move the signer and database instances from nostr-relay-pool to nostr-sdk, if possible.
In this way:
- the
nostr-relay-pool would be a nostr network-only implementation
- the
nostr-sdk would be the high-level client library with networking, database, gossip and signer.