0.3.2 • Published 3 months ago

@h0ngcha0/alephium-cli v0.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Alephium CLI

Usage

$ npm install -g @h0ngcha0/alephium-cli
$ alephium-cli COMMAND
running command...
$ alephium-cli (--version)
@h0ngcha0/alephium-cli/0.3.2 linux-x64 node-v16.20.0
$ alephium-cli --help [COMMAND]
USAGE
  $ alephium-cli COMMAND
...

Config

Signer

Signer provider can be configured using the config file located at ~/.config/alephium-cli/config.json. Examples: `

Node Wallet

{
  "type": "NodeWallet",
  "name": "alephium-web3-test-only-wallet",
  "password": "alph"
}

This is the default signer provider if no config file is provided.

PrivateKeyWallet

{
  "type": "PrivateKeyWallet",
  "mnemonic": "vault alarm sad mass witness property virus style good flower rice alpha viable evidence run glare pretty scout evil judge enroll refuse another lava"
}

Network

Network is defaulted to devnet, you can update the network by setting the ALEPHIUM_NETWORK environment variable.

e.g.

export ALEPHIUM_NETWORK=testnet
0.3.2

3 months ago

0.3.0

8 months ago

0.2.1

9 months ago

0.2.0

10 months ago

0.3.1

8 months ago

0.2.2

9 months ago

0.1.2

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.0

2 years ago

0.1.1

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago