Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T10:04:10.000Z (4 months ago)
- Last Synced: 2024-09-15T12:31:41.679Z (4 months ago)
- Topics: dapp, golang, indexer, metadata, nft, smart-contracts, tezos
- Language: Go
- Homepage: https://better-call.dev
- Size: 39.3 MB
- Stars: 34
- Watchers: 3
- Forks: 17
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BCD Hub
[![Build Status](https://github.com/baking-bad/bcdhub/workflows/build/badge.svg)](https://github.com/baking-bad/bcdhub/actions?query=branch%3Amaster+workflow%3A%22build%22)
[![made_with golang](https://img.shields.io/badge/made_with-golang-blue.svg)](https://golang.org/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fbaking-bad%2Fbcdhub.svg?type=shield)](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:8000In 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
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fbaking-bad%2Fbcdhub.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fbaking-bad%2Fbcdhub?ref=badge_large)