airmoney-cli

Crates.ioairmoney-cli
lib.rsairmoney-cli
version0.3.6
sourcesrc
created_at2024-10-08 09:39:59.993929
updated_at2024-11-08 19:05:45.692431
descriptionairmoney-cli is a command-line interface tool designed to facilitate the development and management of decentralized applications (DApps) for Airmoney.
homepagehttps://www.degn.com
repositoryhttps://github.com/Air-Money/airmoney-cli
max_upload_size
id1400948
size896,388
Hadi Hosseini (perlish)

documentation

README

airmoney-cli

airmoney-cli is a command-line interface tool designed to facilitate the development and management of DEGN APP for AirMoney. It simplifies the process of creating, serving, and publishing applications to the airmoney dapp store.

Features

  • Init: Initialize new projects with a standard template structure.
  • Serve: Serve your project locally for development and testing.
  • Publish: Package and send your project to the dapp store.
  • Status: Check the submission status of your application.

Getting Started

install airmoney-cli using either Cargo or npm.

Installation with Cargo

Before you begin, ensure you have Rust and Cargo installed on your machine. Visit Rust's installation page for detailed instructions.

cargo install airmoney-cli

Installation with npm

Before you begin, ensure you have Node.js and npm installed on your machine.

npm install -g airmoney-cli
Commit count: 0

cargo fmt