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

https://github.com/hackclub/hcb

🏦 The neobank built for nonprofits.
https://github.com/hackclub/hcb

Last synced: about 1 year ago
JSON representation

🏦 The neobank built for nonprofits.

Awesome Lists containing this project

README

          




HCB logo

HCB by Hack Club

![Transactions last week](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fhcb.hackclub.com%2Fstats&query=%24.last_week.size.total&style=flat&label=past%20week&color=%23ec3750&suffix=%20transactions) ![Transactions today](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fhcb.hackclub.com%2Fstats&query=%24.last_day.size.total&style=flat&label=today&color=%23338eda&suffix=%20transactions) ![Currently online](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fhcb.hackclub.com%2Fstats&query=%24.currently_online&style=flat&label=currently%20online&color=%2333d6a6&suffix=%20users)



Welcome to the [HCB](https://hackclub.com/fiscal-sponsorship/) codebase!

## What is HCB?

HCB is an [open source](https://hackclub.com/fiscal-sponsorship/open-source/),
safe, and easy-to-use fiscal sponsorship platform for hackathons, Hack Clubs,
robotic teams and more. We use it to run
our [fiscal sponsorship program](https://hackclub.com/fiscal-sponsorship/), we
provide high schoolers with a 501(c)(3) status-backed restricted fund for their
organization. Behind the scenes, HCB is a Ruby on Rails application (learn more
by reading [our documentation](/dev-docs)).

Screenshot of Hack Club HQ's finances on HCB

## Table of Contents

- [What is HCB?](#what-is-hcb)
- [Table of Contents](#table-of-contents)
- [Security](#i-found-a-security-vulnerability-what-should-i-do)
- [Quick start](#quick-start)
- [Contributing](#contributing)
- [Documentation](https://github.com/hackclub/hcb/blob/main/dev-docs/)

## I found a security vulnerability! What should I do?

Please email [hcb-security@hackclub.com](mailto:hcb-security@hackclub.com) to
report the vulnerability. We currently don't have a bug bounty program but, as a
token of appreciation, we'd love to mail you a t-shirt and give you a shoutout
on our GitHub.

## Quick start

To run HCB in a development environment, follow the setup instructions in
our [documentation](/dev-docs/development.md). We support development through
Codespaces, Docker, and a native setup.

## Contributing

We are so excited for you to join the codebase! We have a getting started
documentation in the [`dev-docs` folder](/dev-docs/development.md).

All contributors are expected to follow the Hack
Club [Code of Conduct](https://hackclub.com/conduct) and Hack
Club's [contributing guidelines](https://github.com/hackclub/hackclub/blob/main/CONTRIBUTING.md).

Join the [#hcb-dev](https://hackclub.slack.com/archives/C068U0JMV19) channel on the [Hack Club Slack](https://hackclub.com/slack) for support.

---


Laser engraving of the HCB logo


Happy hacking. ❤️


🔼 [Back to Top](#readme)