We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a71277 commit c22d549Copy full SHA for c22d549
README.md
@@ -104,4 +104,15 @@ Create a `config.yaml` file in the root directory with the following content:
104
105
Email notifications via SendGrid
106
User preference-based filtering
107
- Customizable notification templates
+ Customizable notification templates
108
+
109
+## Development
110
+Project Structure
111
112
+ ├── config/ # Configuration management
113
+ ├── database/ # Database initialization and connection
114
+ ├── models/ # Data models
115
+ ├── nft/ # NFT detection logic
116
+ ├── repository/ # Data access layer
117
+ ├── services/ # Business logic and notifications
118
+ └── mock/ # Test mocks
0 commit comments