Commit Graph

4 Commits

Author SHA1 Message Date
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