create-dataverse-app-test
TypeScript icon, indicating that this package has built-in type declarations

1.0.14 • Public • Published

Dataverse logo


dataverseos-cmd

npm version npm License

Install

pnpm install -g create-dataverse-app

Then check version:

dataverseos --version

Command

init

dataverseos init my-app

Note: Please ensure that you have the latest version, otherwise the "init" operation will be terminated.

deploy

cd my-app
dataverseos deploy

You need to input private key in this step. Please rest assured that your private key is only used for signing, and Dataverse will never save or disclose it.

keypair

If you want to use a new generated private key, you could run:

dataverseos keypair

In the terminal, Address, Private Key and Public Key will be displayed, and you can copy the Private Key for future use.

update

dataverseos update

When you modify the dataverse.config.ts, you can update the information of the dapp. A new generated app.json would store in output directory.

/create-dataverse-app-test/

    Package Sidebar

    Install

    npm i create-dataverse-app-test

    Weekly Downloads

    5

    Version

    1.0.14

    License

    MIT

    Unpacked Size

    50.8 kB

    Total Files

    32

    Last publish

    Collaborators

    • canvasl
    • ownershiplabs-dataverse