1.0.14 • Published 6 months ago

create-dataverse-app-test v1.0.14

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

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.

1.0.14

6 months ago

1.0.13

10 months ago

1.0.12

10 months ago

1.0.11

10 months ago

1.0.10

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

0.1.7

10 months ago

0.1.6

10 months ago

0.1.5

10 months ago

0.1.4

10 months ago

1.0.4

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago