> For the complete documentation index, see [llms.txt](https://docs.bitbadges.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bitbadges.io/overview/official-links.md).

# Official Links and Resources

Below is a list of official links for socials and other platforms. Our preferred contact is Discord. This is not an exhaustive list. See the rest of the documentation for more information on specific subjects.

* [BitBadges App](https://bitbadges.io)
* [Explorer](https://explorer.bitbadges.io)

### Install

One command installs everything — the chain binary, SDK CLI, and 104+ API routes:

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

Supports Linux, macOS (Intel + Apple Silicon), and Windows (Git Bash / WSL). See [CLI & Chain Binary](/for-developers/cli.md) for full documentation.

* [Chain Binary Releases](https://github.com/BitBadges/bitbadgeschain/releases)
* [SDK CLI (npm)](https://www.npmjs.com/package/bitbadges) — `npm install -g bitbadges`
* [BitBadges Builder Tools (npm)](https://www.npmjs.com/package/bitbadges) — `npm install -g bitbadges`

### Get Featured

* [Get Featured](https://tally.so/r/mBy2aR) - Explore Page

### Documentation

* [LLM .txt](https://github.com/trevormil/bitbadges-docs/blob/master/for-llms.txt) - Entire documentation dumped into one file
* [CLI Docs](/for-developers/cli.md) - Full CLI reference

### Socials

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

### Integrations

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

### API & SDK

* [NPM API / SDK Package](https://www.npmjs.com/package/bitbadges) ([Docs](/for-developers/bitbadges-sdk.md))
* [API Documentation](https://bitbadges.stoplight.io/docs/bitbadges) ([Docs](/for-developers/bitbadges-api.md))

```bash
# Using npm
npm install bitbadges

# Using pnpm
pnpm add bitbadges

# Using bun
bun add bitbadges
```
