Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@availproject/cli

Package Overview
Dependencies
Maintainers
0
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

  • 0.1.15
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc