Sign inSign up

bakingbad/better-call-dev

By bakingbad

•Updated over 6 years ago

Michelson contract explorer

Image
1

556

bakingbad/better-call-dev repository overview

⁠Better Call Dev

Build Status Docker Build Status Made With: Vue.js License: MIT

Yet another Tezos explorer created specifically for smart contract developers

Better Call Dev

⁠See it in action

https://old.better-call.dev⁠

⁠Read the paper

Michelson rocks but you better call dev⁠

⁠Run locally

Requires Node.js 11.4+

git clone https://github.com/baking-bad/better-call-dev.git
cd better-call-dev
npm i
npm run serve

⁠Run in docker

Verified dockerhub build at https://hub.docker.com/r/bakingbad/better-call-dev⁠

docker run --name mybcd -p 127.0.0.1:8080:80 -d bakingbad/better-call-dev

⁠Change Tezos RPC endpoint

Add ?blockUrl= query parameter containing an urlencoded URI:
{scheme}://{host}:{port}/{path}/chains/{chain}/blocks

Example:
https://old.better-call.dev/babylon/KT1M3gUfMDWrW9BxHzn6iwwuQ6V9HQe5rk6a/operations?blockUrl=https%3A%2F%2Ftezos-dev.cryptonomic-infra.tech%2Fchains%2Fmain%2Fblocks⁠

⁠Sponsored by

Tezos Foundation⁠

Tag summary

Content type

Image

Digest

Size

52.6 MB

Last updated

over 6 years ago

docker pull bakingbad/better-call-dev