1.0.0 • Published 2 years ago

move-utils v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Move Utils - The tools for working with Blockchain based on Move language

move-utils is the CLI tool to create, config and deploy projects on Move's blockchain platform such as Aptos, Sui

Note: This project is under developement

Installation

The administrator privilege may be required

Node

npm install -g move-utils

Yarn

yarn global add move-utils

Usage

The documentation will be updated later, but in general, developers can do the following:

  • Init the project move-utils init
  • Test the scripts move-utils test
  • Deploy the project: move-utils deploy --network <Network ID>

Contribution

This library is incompleted and needs the contribution from the developers. Feel free to make the PR and contribute for the tool.