8 Commits

Author SHA1 Message Date
48785992d2 update documentation and .gitignore 2026-02-18 09:29:50 +01:00
6c75fe55d0 feat(ssl): move certificate generation to runtime with persistent volume
Self-signed SSL certificates are now generated at first startup instead
of being baked into the Docker image. Certificates persist in ./certs/
and are reused on subsequent runs. Users can provide their own certs
2026-02-17 08:58:44 +01:00
525d1bc9e0 chore(gitignore): ignore Qt GUI binary 2026-02-15 16:36:04 +01:00
ed5a34438a update README.md and .gitignore 2026-02-13 13:41:58 +01:00
48354b7041 Update .gitignore 2026-02-13 11:14:09 +01:00
8131d7048e rename palladium-node-data to .palladium to follow Unix standards
Rename the data directory from palladium-node-data/ to .palladium/
to align with Unix convention for application data directories.
This change makes the directory hidden by default and follows the
standard naming pattern used by blockchain nodes
2026-02-11 12:29:16 +01:00
72d95f1a48 Add integrated Palladium node and automate RPC credentials
- Integrate Palladium node (palladiumd) in separate Docker container
- Add automatic RPC credential detection from palladium.conf
- Eliminate manual credential synchronization between files
2026-02-09 00:22:15 +01:00
ac17788837 build: add .gitignore file with common exclusions
Add standard .gitignore entries to exclude development environment files,
OS-generated files, temporary files, and other common patterns from version control
2025-10-15 14:01:28 +02:00