0.1.12 • Published 2 months ago

@availproject/cli v0.1.12

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 months ago

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>
0.1.12

2 months ago

0.1.11

6 months ago

0.1.10

6 months ago

0.1.9

6 months ago

0.1.8

6 months ago

0.1.7

6 months ago

0.1.6

6 months ago

0.1.5

6 months ago

0.1.4

6 months ago

0.1.3

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago