You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -66,6 +120,14 @@ const server = await createNostrServer(8080, {
66
120
});
67
121
```
68
122
123
+
## Dependencies
124
+
125
+
This package relies on:
126
+
-[nostr-crypto-utils](https://github.com/HumanjavaEnterprises/nostr-crypto-utils) - For all cryptographic operations
127
+
-[ws](https://github.com/websockets/ws) - For WebSocket functionality
128
+
-[pino](https://github.com/pinojs/pino) - For logging
129
+
-[uuid](https://github.com/uuidjs/uuid) - For unique identifiers
130
+
69
131
## Documentation
70
132
71
133
Comprehensive API documentation is available in our [documentation site](https://humanjavaenterprises.github.io/nostr-websocket-utils/). Here's what you'll find:
@@ -86,7 +148,7 @@ Comprehensive API documentation is available in our [documentation site](https:/
-[MessageType](_media/NostrWSMessageType.md) - Message type enumeration
151
+
-[MessageType](docs/enumerations/NostrWSMessageType.md) - Message type enumeration
90
152
-[Global Types](_media/globals.md) - Global type definitions
91
153
92
154
## Examples
@@ -114,16 +176,9 @@ server.broadcast({
114
176
});
115
177
```
116
178
117
-
## Getting Help
118
-
119
-
1. Check the [documentation](https://humanjavaenterprises.github.io/nostr-websocket-utils/)
120
-
2. Open an [issue](https://github.com/HumanjavaEnterprises/nostr-websocket-utils/issues)
121
-
122
179
## Contributing
123
180
124
-
1. Fork it
125
-
2. Create your feature branch (`git checkout -b my-new-feature`)
126
-
3. Submit a Pull Request
181
+
Contributions are welcome! Please read our [Contributing Guide](_media/CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests.
127
182
128
183
## License
129
184
@@ -132,4 +187,10 @@ This project is licensed under the MIT License - see the [LICENSE](_media/LICENS
0 commit comments