Skip to content

Releases: valargroup/wallet

Zallet NU7 testnet zallet-nu7-testnet-v0.1.0

Choose a tag to compare

@github-actions github-actions released this 22 May 04:10
1adec09

NU7 configured-testnet Zallet build for the Valar Group testnet.

This is a testnet-only release. It includes:

  • zallet
  • zallet.toml preconfigured for the NU7 Kresko testnet
  • concise startup instructions

Quick start:

tar -xzf zallet-*-ubuntu-x86_64.tar.gz
cd zallet-*-ubuntu-x86_64
export ZALLET_DATADIR="$HOME/.zallet-nu7-testnet"
./zallet --datadir "$ZALLET_DATADIR" --config "$(pwd)/zallet.toml" init-wallet-encryption
./zallet --datadir "$ZALLET_DATADIR" --config "$(pwd)/zallet.toml" generate-mnemonic
./zallet --datadir "$ZALLET_DATADIR" --config "$(pwd)/zallet.toml" start

Zallet RPC is exposed locally at 127.0.0.1:28232 with username zallet and password nu7-testnet.