bcd icon indicating copy to clipboard operation
bcd copied to clipboard

Better Call Dev —Tezos smart contract explorer and search engine

Better Call Dev

Made With: Vue.js License: MIT

BCD is:

  • Google for Tezos contracts
  • The frontend for https://github.com/baking-bad/bcdhub
  • The successor of https://github.com/baking-bad/better-call-dev

Versioning

BCD uses the same X.Y.Z scheme as BCDHub (see https://github.com/baking-bad/bcdhub#versioning)

Configuration

  • NODE_ENV production for production env, development otherwise
  • BASE_URL set to https://better-call.dev/ for production
  • VUE_APP_API_URI set to https://api.better-call.dev/ for production
  • VUE_APP_IPFS_NODE link to IPFS node
  • VUE_APP_SEARCH_SERVICE_URI link to search service
  • VUE_APP_TOKEN_METADATA_API link to metadata service which contains indexed token metadata
  • VUE_APP_METADATA_API_URI link to metadata service which contains indexed contract metadata
  • VUE_APP_MAINNET_STATS_API_URI link to mainnet statistics service
  • VUE_APP_TESTNET_STATS_API_URI link to current testnet statistics service
  • VUE_APP_GHOSTNET_STATS_API_URI link to ghostnet statistics service

Run locally

npm i
npm run serve

Build for production

npm i
npm run build

Publications

  • Evolution of the Better Call Dev explorer
    https://baking-bad.org/blog/2020/03/10/explorer-bcd2-tezos-smart-contracts-hub/
  • An overview of the renewed Tezos contract explorer
    https://baking-bad.org/blog/2020/04/10/tezos-smart-contract-explorer-better-call-dev-what-is-new/
  • Better Call Dev strikes again!
    https://baking-bad.org/blog/2020/06/10/better-call-dev-strikes-again/

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/aG8XKuwsQd

Other

node-ipc is overriden in the package.json, because it contains malicious code. Read more: https://www.lunasec.io/docs/blog/node-ipc-protestware/

About

Project is supported by Tezos Foundation