@tezos-dappetizer/cli

Command line interface for Tezos Dappetizer to run it just from a config file.

Usage no npm install needed!

<script type="module">
  import tezosDappetizerCli from 'https://cdn.skypack.dev/@tezos-dappetizer/cli';
</script>

README

Tezos Dappetizer

Dappetizer is a framework for building Tezos indexer apps using TypeScript or JavaScript.

To learn more about using Dappetizer, please check out https://docs.dappetizer.dev/

Developing Dappetizer

Prerequisites

  • Node 16.3 or above.
  • NPM 7+
    • You may need to run: npm install -g npm

Initial steps

  1. npm install

Building

  1. Run npm run build.

Running demos

  1. Run docker-compose up -d in services folder to run PostgreSQL database in the background (if the demo requires database).
  2. Run npm run build.
  3. Run one of the demos:
    • npm run demo-console
    • npm run demo-database