cartesi-wallet-template
v0.3.1
Published
A CLI app for setting up a simple Cartesi wallet interaction application (frontend + backend) using Javascript, Typescript and Rust language templates
Downloads
4
Maintainers
Readme
cartesi-wallet-template
A CLI app for setting up a simple Cartesi wallet interaction application using Javascript, Typescript and Rust language templates
Usage
$ npm install -g cartesi-wallet-template
$ cartesi-wallet-template COMMAND
running command...
$ cartesi-wallet-template (--version)
cartesi-wallet-template/0.3.1 darwin-arm64 node-v18.19.0
$ cartesi-wallet-template --help [COMMAND]
USAGE
$ cartesi-wallet-template COMMAND
...
Commands
cartesi-wallet-template create NAME
Create application
USAGE
$ cartesi-wallet-template create NAME --template javascript|typescript|rust [--branch <value>]
ARGUMENTS
NAME application and directory name
FLAGS
--branch=<value> [default: main] repository branch name to use
--template=<option> (required) template name to use
<options: javascript|typescript|rust>
DESCRIPTION
Create application
EXAMPLES
$ cartesi-wallet-template create myApp --template javascript
See code: src/commands/create.ts