wdfx

0.0.8-alpha • Public • Published

Wrapped DFX

WDFX is a cli tool that runs ICP DFX cli inside a docker container

Warning

This is an experimental tool and has not been thoroughly tested nor audited. Only meant to be used in development environment.

Requirements

Installation

Use the package manager NPM to install WDFX.

npm install -g wdfx
docker pull cryptoisgood/wdfx

Usage

Usage: wdfx [options] [command]

Options:
  -h, --help                       display help for command

Commands:
  new [options] <Project-name>     creates new wdfx project
  init                             configures your project to use wdfx
  reset [options]                  restart wdfx container
  destroy [options] <name>         destroys container and state of project
  deploy [options] <canisterName>  deploys all or a specific canister from the code in your
                                   project. By default, all canisters are deployed
  start [options]                  starts the local replica and a web server for the current
                                   project
  ssh                              allows you to enter wdfx environment and execute dfx commands
                                   directly. for advanced users only
  help [command]                   display help for command

Existing Projects

Calling wdfx within existing project will create a .wdfx configuration and launch a dfx container within your docker environment.

Will not edit anything else.

wdfx init

New Projects

wdfx new <project-name>

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Package Sidebar

Install

npm i wdfx

Weekly Downloads

1

Version

0.0.8-alpha

License

MIT

Unpacked Size

21 kB

Total Files

13

Last publish

Collaborators

  • cryptoisgood