https://github.com/andrerfneves/zbd-docs
ZBD Docs codebase
https://github.com/andrerfneves/zbd-docs
api bitcoin docs lightning network payments zbd zebedee
Last synced: 8 months ago
JSON representation
ZBD Docs codebase
- Host: GitHub
- URL: https://github.com/andrerfneves/zbd-docs
- Owner: andrerfneves
- Created: 2023-08-07T06:54:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T16:48:37.000Z (almost 3 years ago)
- Last Synced: 2023-08-16T19:15:28.551Z (almost 3 years ago)
- Topics: api, bitcoin, docs, lightning, network, payments, zbd, zebedee
- Language: MDX
- Homepage: https://docs.zbd.dev
- Size: 48.7 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://zebedee.io)
Instant Bitcoin Payment APIs
Documentation ·
Developer Dashboard ·
API Reference ·
API Status
## ZBD
ZBD is the payments platform for modern developers, providing the speed and reliability innovators need to create monetized and meaningfully-engaging user experiences.
We enable businesses and consumers to quickly introduce instantaneous Bitcoin payments to the fabric of their applications, games, and platforms. ZBD has the most comprehensive set of Bitcoin Lightning API capabilities and is industry-leader in supporting companies in the fields of gaming, social, adtech and fintech.
With ZBD, it's easy! Anyone can do it. **[What are YOU building?](https://dashboard.zebedee.io/signup)**
## Resources
- [Help & Support](https://help.zebedee.io)
- [Twitter](https://twitter.com/zebedeeio)
- [Discord](https://discord.gg/zbd)
- [Download ZBD](https://zbd.gg)
## Contributing
### Development
Install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally. To install, use the following command
```
npm i -g mintlify
```
Run the following command at the root of the repository (where mint.json is)
```
mintlify dev
```
### Deployment
Changes will be deployed to production automatically after pushing to `main` branch.
You can also preview changes using PRs, which generates a preview link of the docs.
#### Troubleshooting
- Mintlify dev isn't running - Run `mintlify install` it'll re-install dependencies.
- Page loads as a 404 - Make sure you are running in a folder with `mint.json`