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
This project uses Jest for testing. To run the tests, follow these steps:
@@ -156,21 +223,34 @@ The tests are located in the `tests` directory. They cover various aspects of th
156
223
157
224
The library uses a custom error handling mechanism. All API errors are caught and thrown as `Error` objects with descriptive messages.
158
225
159
-
## Types
226
+
## Constants
227
+
228
+
The library includes python constant classes for all parameters:
160
229
161
-
The library includes python definitions for all parameters and return types. Please refer to the type definitions in the source code for more details.
230
+
-`Network` - token network
231
+
-`AssetType` - Asset constants
232
+
-`ProviderType` - provider constants
162
233
163
234
## Security
164
235
165
-
This library uses AES encryption for request payloads and Ed25519 decryption for response data. Ensure that your `encryptionKey` and `privateKey` are kept secure.
236
+
- Uses AES encryption for request data
237
+
- Implements Ed25519 decryption for responses
238
+
- Requires secure storage of API credentials
166
239
167
240
## Contributing
168
241
169
-
Contributions, issues, and feature requests are welcome. Feel free to check [issues page](https://github.com/wrappedcbdc/cngn-python-library/issues) if you want to contribute.
242
+
To contribute:
243
+
1. Fork the repository
244
+
2. Create a feature branch
245
+
3. Commit your changes
246
+
4. Create a Pull Request
170
247
171
248
## Support
172
249
173
-
If you have any questions or need help using the library, please open an issue in the GitHub repository.
0 commit comments