https://github.com/baking-bad/bcdhub
Better Call Dev backend
https://github.com/baking-bad/bcdhub
dapp golang indexer metadata nft smart-contracts tezos
Last synced: 4 months ago
JSON representation
Better Call Dev backend
- Host: GitHub
- URL: https://github.com/baking-bad/bcdhub
- Owner: baking-bad
- License: mit
- Created: 2019-12-28T14:43:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-19T14:50:15.000Z (5 months ago)
- Last Synced: 2026-01-19T20:34:48.433Z (5 months ago)
- Topics: dapp, golang, indexer, metadata, nft, smart-contracts, tezos
- Language: Go
- Homepage: https://better-call.dev
- Size: 39.3 MB
- Stars: 37
- Watchers: 4
- Forks: 16
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BCD Hub
[](https://github.com/baking-bad/bcdhub/actions?query=branch%3Amaster+workflow%3A%22build%22)
[](https://golang.org/)
[](https://opensource.org/licenses/MIT)
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fbaking-bad%2Fbcdhub?ref=badge_shield)
Backend for the [Better Call Dev](https://better-call.dev) contract explorer & developer dashboard.
## Quickstart
### Sandbox
The simplest way is just to copy the `docker-compose.flexesa.yml` to your project.
Make sure you have the latest images and run the compose:
```
make sandbox-pull
make flextesa-sandbox
```
Sandbox UI is now available at http://localhost:8000
In order to stop or reset sandbox:
```
make sandbox-down
make sandbox-clear
```
## Read more
* [Configuration](./docs/configuration.md)
* [Developer docs](./docs/developer.md)
## Contact us
* Telegram: https://t.me/baking_bad_chat
* Twitter: https://twitter.com/TezosBakingBad
* Slack: https://tezos-dev.slack.com/archives/CV5NX7F2L
* Discord: https://discord.gg/RcPGSdcVSx
## About
This project is the successor of the first [serverless](https://github.com/baking-bad/better-call-dev) version (aka BCD1). It has been rewritten from scratch in Golang.
Better Call Dev was initially funded and is currently supported by [Tezos Foundation](https://tezos.foundation/).
## License
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fbaking-bad%2Fbcdhub?ref=badge_large)