Mastering Phoenixd is a comprehensive guide and toolkit for working with the phoenixd daemon, designed to help developers and system administrators efficiently manage and interact with Phoenix-based Lightning Network systems.
- 📖 Step-by-step tutorials for installing and configuring
phoenixd - ⚡ Lightning Network payment server documentation
- 🔧 Example scripts and configuration files
- 🛠️ Troubleshooting tips and best practices
- 📚 Complete API documentation and usage examples
- 🚀 Built with Docusaurus for easy navigation and search
- Node.js 18+ and npm
- Git
-
Clone the repository:
git clone https://github.com/btcgdl/Mastering-phoenixd.git cd Mastering-phoenixd -
Install dependencies:
npm install
Start the development server with hot reload:
npm startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Generate static content for deployment:
npm run buildThis command generates static content into the build directory and can be served using any static contents hosting service.
Preview the production build locally:
npm run serveThis command serves the built website locally for testing the production build.
Clear Docusaurus cache and generated files:
npm run clearMastering-phoenixd/
├── docs/ # Documentation files
│ ├── 1-Install.md # Installation guide
│ ├── 2-Config.md # Configuration guide
│ ├── 3-Uninstall.md # Uninstallation guide
│ └── 4-API.md # API documentation
├── src/
│ ├── css/
│ │ └── custom.css # Custom styling
│ └── pages/
│ ├── index.js # Homepage component
│ └── index.module.css # Homepage styles
├── static/
│ └── img/ # Static images
├── docusaurus.config.js # Docusaurus configuration
├── sidebars.js # Sidebar configuration
└── package.json # Project dependencies
We welcome contributions! Please see our Contributing Guide for details on how to get started.
- 🌐 Live Site: https://btcgdl.github.io/Mastering-phoenixd/
- 🔗 Phoenixd Repository: https://github.com/ACINQ/phoenixd
- 🏢 Bitcoin GDL: https://btcgdl.com/
This project is licensed under the MIT License - see the LICENSE file for details.
If you have questions or need help:
- 📖 Check the documentation at btcgdl.github.io/Mastering-phoenixd
- 🐛 Open an issue on GitHub
- 💬 Join our community discussions
Built with ❤️ by Bitcoin GDL using Docusaurus