tqtezos / minter

OpenMinter is dApp framework for enabling the creation and collection of non-fungible tokens (NFTs) on Tezos.
MIT License
192 stars 91 forks source link

Ensure tzkt is added to Sandbox configuration #416

Closed obstropolos closed 3 years ago

obstropolos commented 3 years ago

Need to implement a local version of tzkt to run with the sandbox version of OpenMinter due to our recent switch from BCD.

chiptus commented 3 years ago

I looked a bit into this.

it seems like tzkt has an example docker-compose https://github.com/baking-bad/tzkt/blob/master/docker-compose.yml

I wonder if tzkt can share the same Postgres instance with BCD or just remove BCD from the configuration?

mycodecrafting commented 3 years ago

I wouldn't remove BCD from the sandbox, it is a very useful tool especially in development