#applications #decentralized-applications #store #status #command-line #publish #airmoney

build airmoney-cli

airmoney-cli is a command-line interface tool designed to facilitate the development and management of decentralized applications (DApps) for Airmoney

27 releases

0.4.0 Nov 12, 2024
0.3.9 Nov 12, 2024
0.3.2 Oct 16, 2024
0.2.9 Oct 15, 2024
0.1.9 Oct 9, 2024

#75 in Build Utils

Download history 985/week @ 2024-10-05 943/week @ 2024-10-12 115/week @ 2024-10-19 2/week @ 2024-10-26 152/week @ 2024-11-02 496/week @ 2024-11-09 68/week @ 2024-11-16

718 downloads per month

MIT license

3.5MB
426 lines

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

Dependencies

~19–33MB
~600K SLoC