Feature Request
User Story
As a user I want to hide my identity so that I dont get in trouble by using nostr.
As a developer I want to make it easy for my users to use Tor so they can hide their identity.
Acceptance Criteria
- all connections are routed via tor
- no leakage
- optional: tor relay discovery
Alternatives Considered
Implementation plan:
- switch out http client with tor (injectable) [look into
init.dart
- check http client used by websocket libs
Feature Request
User Story
As a user I want to hide my identity so that I dont get in trouble by using nostr.
As a developer I want to make it easy for my users to use Tor so they can hide their identity.
Acceptance Criteria
Alternatives Considered
Implementation plan:
init.dart