create-dataverse-app v1.0.12
dataverseos-cmd
Install
pnpm install -g create-dataverse-appThen check version:
dataverseos --versionCommand
init
dataverseos init my-appNote: Please ensure that you have the latest version, otherwise the "init" operation will be terminated.
deploy
cd my-app
dataverseos deployYou 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 keypairIn the terminal, Address, Private Key and Public Key will be displayed,
and you can copy the Private Key for future use.
update
dataverseos updateWhen you modify the dataverse.config.ts, you can update the information of the
dapp. A new generated app.json would store in output directory.
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago