UNPKG

nodana

Version:
20 lines (12 loc) 497 B
# Solana NodeJS CLI (Nodana) Solana is a high-performance blockchain platform that uses a proof-of-stake consensus algorithm to achieve fast transaction processing speeds and low fees. The Solana NodeJS CLI (Command Line Interface) is a set of command-line tools that allows developers to interact with Solana blockchain using Node.js. ## Installation Install with npm ```bash npm i -g nodana ``` ## Usage ```bash nodana --walet-balance <WALLET_ADDR> nodana --airdrop 1 <WALLET_ADDR> ```