Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@availproject/cli

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@availproject/cli

A simple CLI for Avail utilities

latest
Source
npmnpm
Version
0.1.15
Version published
Maintainers
2
Created
Source

Avail CLI

To install the CLI from npm, run the following command:

npm i -g @availproject/cli

To use the CLI, then run:

avail --help

Commands

transfer

You can use the transfer command to transfer on any Avail network:

export AVAIL_SEED=<your seed phrase>
avail transfer --network <network> <to> <value>
# or you can pass it like:
AVAIL_SEED=<your seed phrase> avail transfer --network <network> <to> <value>

lc

You can use the lc command to spin up a light client on a network of your choice:

avail lc up --network <network>

data

You can use the data command to submit a data blob on a network of your choice:

avail data submit --network <network> <blob>

Keywords

avail

FAQs

Package last updated on 22 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts