Skip to content

bestchains/bc-apis

Repository files navigation

bc-apis

Description

Composited APIs for fabric resource APIs.

Installation

This project uses pnpm to manage dependencies, we also recommend installing ni to help switching between repos using different package managers. ni also provides the handy nr command which running npm scripts easier.

$ npm i pnpm @antfu/ni zx -g
$ ni

zx is Google's open source javascript scripting tool, which will be used when generating sdk in our project.

Running the app

# development
$ nr start

# watch mode
$ nr start:dev

# production mode
$ nr start:prod