dex-query-api
provides a set of API endpoints for querying live cells and order history. It is built on top of lumos indexer.
npm i
npm run dev
When the server starts, it will also start a lumos indexer listening to a CKB node.
The configurations should be specified in the .env
file. Please refer to the example in .env.example
.
npm test