Skip to content
/ bc-apis Public
forked from bestchains/bc-apis

Composited APIs for fabric resource APIs

Notifications You must be signed in to change notification settings

dayuy/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

About

Composited APIs for fabric resource APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.6%
  • Other 0.4%