1.0.0 • Published 4 months ago

@dataverse/dapp-table v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

dapp-table

npm version npm License

Overview

Class DappTableClient

Client for retrieving, creating and updating Meteor dapps. Function list:

  • getFileSystemModels
  • getDapp
  • getDapps
  • createDapp
  • updateDapp

Class ModelParser

When developers run in a existing meteor app.

meteor deploy

output/app.json will be generated locally, which contains various detailed information about this deployed app.

In the data structure of this JSON, some properties such as modelId may have nested levels, so the model-parser package is needed to facilitate developers in retrieving key information from output/app.json.

This package will be automatically included in package dependencies of the inited(meteor init <app>) meteor app project.

Install

pnpm install @meteor-web3/dapp-table
1.0.0

4 months ago

1.0.1

4 months ago