An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          




ZBD API Docs





[![bitcoin ln payments](https://img.shields.io/badge/Bitcoin%20Lightning-Payments-orange?style=for-the-badge&logo=bitcoin)](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`