#applications #decentralized-applications #store #command-line #management #facilitate #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

33 releases

0.4.6 Dec 18, 2024
0.4.5 Dec 13, 2024
0.4.0 Nov 12, 2024
0.3.9 Nov 12, 2024
0.1.9 Oct 9, 2024

#173 in Build Utils

Download history 123/week @ 2024-10-02 1271/week @ 2024-10-09 636/week @ 2024-10-16 15/week @ 2024-10-23 2/week @ 2024-10-30 474/week @ 2024-11-06 195/week @ 2024-11-13 42/week @ 2024-11-20 32/week @ 2024-11-27 174/week @ 2024-12-04 705/week @ 2024-12-11 215/week @ 2024-12-18 88/week @ 2024-12-25 116/week @ 2025-01-01

1,144 downloads per month

MIT license

3.5MB
498 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

  • Setup: Setup your development environment with ease.
  • Create: Initialize new projects with a standard template structure.
  • Serve: Test your project locally for development and testing on Simulator.
  • Upload: Package and send your project to the DAPP store.

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–34MB
~613K SLoC