# Links and Resources

Official links for the app, the code, the community, and the brand. Discord is the preferred contact. See the rest of the docs for specific subjects.

## Product

- [BitBadges app](https://bitbadges.io)
- [Explorer](https://explorer.bitbadges.io)
- [Get featured on the Explore page](https://tally.so/r/mBy2aR)

## Install

```bash
curl -fsSL https://install.bitbadges.io | sh
```

One command installs the chain binary (with the `bb` alias) and the SDK CLI on Linux, macOS (Intel and Apple Silicon), and Windows (Git Bash or WSL). See [Quickstart](https://docs.bitbadges.io/start/quickstart) and [CLI](https://docs.bitbadges.io/cli).

- [Chain binary releases](https://github.com/BitBadges/bitbadgeschain/releases)
- [`bitbadges` on npm](https://www.npmjs.com/package/bitbadges): the SDK, the SDK CLI, and the MCP builder tools in one package.

```bash
npm install bitbadges    # SDK in a project
bun add bitbadges        # or with bun
npm install -g bitbadges # SDK CLI and MCP builder tools globally
```

## Documentation and Reference

- [API reference](https://docs.bitbadges.io/api-reference): the interactive reference for every BitBadges API route.
- [SDK](https://docs.bitbadges.io/sdk) and [BitBadges API](https://docs.bitbadges.io/api).
- [Reading the Docs](https://docs.bitbadges.io/agents/reading-the-docs): `llms.txt`, `for-llms.txt` (the full docs as one text file), and `bb dev docs`.
- [Proto definitions](https://github.com/BitBadges/bitbadgeschain/tree/master/proto)

## Socials

- [Discord](https://discord.com/invite/TJMaEd9bar)
- [X (Twitter)](https://twitter.com/bitbadges_io)
- [Telegram](https://t.me/bitbadges_chat)
- [LinkedIn](https://linkedin.com/company/bitbadges)
- [GitHub](https://github.com/bitbadges)

## Integrations

- [Zapier](https://zapier.com/apps/bitbadges/integrations)

## Brand Guidelines

Use the BitBadges name and logo on your site as you see fit. Ask on Discord for other logos, images, or information, or with any question about usage.

<figure><img src="../.gitbook/assets/image (61) (1).png" alt="BitBadges wordmark in blue to pink gradient"><figcaption>Wordmark</figcaption></figure>

<figure><img src="../.gitbook/assets/badge_logo.png" alt="BitBadges logo mark"><figcaption>Logo mark</figcaption></figure>

## Contributing

Everything is open source at [github.com/bitbadges](https://github.com/bitbadges). Contributions to the core source code are welcome.

- Build on BitBadges: a dApp, a developer tool, or your own frontend for tokens. Reach out on Discord to get it listed in the Ecosystem.
- Improvement proposals: [github.com/BitBadges/BBIPs](https://github.com/BitBadges/BBIPs).
- Bug bounties: to be announced.
- Developer rewards: hackathons, bug bounties, and a developer funding pool are planned.

## Related

- [Quickstart](https://docs.bitbadges.io/start/quickstart)
- [FAQ](https://docs.bitbadges.io/about/faq)
