Skip to content

mvs-org/mvs-plugin-cli

Repository files navigation

mvs-plugin-cli

CLI for Metaverse Blockchain plugin development

Installation

Install the cli globally with npm:

sudo npm i -g mvs-plugin-cli

Get started

To bootstrap a new project you can use the init command.

mvs-plugin-cli init your-project

It will ask you some questions and generate a minimal project setup.

In the created folder you can see the generated files.

GIF to show how to start

Run

Within a project folder you can use the CLI to host the plugin:

mvs-plugin-cli serve

By default the server will listen to port 8080 but you can also define a custom port:

mvs-plugin-cli serve --port 8000

Open in lightwallet

You can use the MyETPWallet testnet, go to settings and enter the path to your config.json file. By default it is http://127.0.0.1:8080/config.json.

About

CLI for Metaverse Blockchain plugin development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published