move-utils
v1.0.0
Published
The CLI tool for working with Blockchain based on Move language
Downloads
2
Maintainers
Readme
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.