...

Command vstore

Package vstore implements a verifiable store for CometBFT nodes.

Motivation

vStore is a Go application built using CometBFT. It focusses on providing:

vStore is built using the cobra command-line utility software.

By default, the main function runs the vstoreCmd from `cmd/vstore.go` which starts a vStore instance and asks the user for a password to decrypt the node identity.

Examples

vstore --home=/tmp/.vfs-home --socket=unix://vfs.sock
vstore version
vstore info --home=/tmp/.vfs-home
vstore factory --home /tmp/.vfs-home --data "Message here" --commit
vstore query --home /tmp/.vfs-home --hash TRANSACTION_HASH_HEX

Commands

Subdirectories

Name Synopsis
..
api
vstore
v1
cmd Package cmd implements a command-line interface (CLI) for vStore/vfs.
vfs Package vfs implements a verifiable store for CometBFT nodes.