BCD is:
BCD uses the same X.Y.Z scheme as BCDHub (see https://github.com/baking-bad/bcdhub#versioning)
.env.* filesNODE_ENV production for production env, development otherwiseBASE_URL set to https://better-call.dev/ for productionVUE_APP_CONFIG_PATH path to the runtime config file (stored in public)config.jsonReloaded each time you press F5 in the browser.
API_URI base URL for BCDHub API, e.g. https://api.better-call.dev/v1/WS_URI WebSocket endpoint, e.g. wss://api.better-call.dev/v1/wsGA_ENABLED enable Google AnalyticsMEMPOOL_ENABLED query mempool operationsHOME_PAGE redirect to this page unless it's homeSANDBOX_MODE activate single user modeJUPYTER_PATH base URL for Jupyter notebook serverBCD docker images are being built on dockerhub. Two types of tags are provided:
latest should be considered experimentalX.Y stable releasesmake image # latest
Publishing a release is essentially tagging a commit.
IMPORTANT: bump version in package.json for each stable candidate or hotfix.
Will not be published as a release on GitHub. Docker image will be built though.
make latest
Takes current version from the package.json. Publishes release file on GitHub and builds a docker image tagged X.Y
make release
better-call.dev/var/www/bcd folder.env.production and config.production.json configsmake deployee.better-call.devRequires Node.js 11.4+
git clone https://github.com/baking-bad/bcd.git
cd bcd
npm i
localhost:14000.env.development (frontend) and config.development.yml (backend) configsmake devee.better-call.dev.env.ee (frontend) and config.you.yml (backend) configsmake eeProject is supported by Tezos Foundation
Content type
Image
Digest
Size
51.9 MB
Last updated
over 6 years ago
docker pull bakingbad/bcdhub-gui