This repo is no longer used, here are the new locations:
- https://github.com/tzkt/api-sdk-ts (@tzkt/sdk-api, @tzkt/sdk-events)
- https://github.com/dipdup-net/mempool (@dipdup/mempool)
- https://github.com/dipdup-net/metadata (@dipdup/metadata)
- https://github.com/dipdup-net/tezos-domains (@dipdup/domains)
- https://github.com/dipdup-net/quartz-metadata (@dipdup/quartz
A collection of packages simpifying Tezos dapps development.
Name | Description | NPM |
---|---|---|
@dipdup/mempool | GQL client for Tezos mempool API | |
@dipdup/metadata | GQL client for Tezos contract&token metadata API | |
@dipdup/profiles | GQL client for Tezos profiles API | |
@dipdup/domains | GQL client for Tezos domains API | |
@dipdup/opgflow | Persistent mempool client tracking the operation upon the inclusion | |
@dipdup/tzkt-api | Fully typed client for TzKT blockchain API | |
@dipdup/tzkt-events | Fully typed client for TzKT subscription API |
First of all, make sure you have node 14+, yarn, and lerna globally installed:
yarn global add lerna
Install all the dependencies (across all packages) and link packages between themselves (if any internal dependenciess):
lerna bootstrap
Build all the packages/examples:
lerna run build