Skip to content

Latest commit

 

History

History
 
 

setup1-cli-tools

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Cli tools for Aleo setup 1

Some handy utilities for testing purposes

Build Guide

# Requires specific rustc version
rustup default 1.48
# After setting the toolchain, you can build with:
cargo build --release

Works on stable and nightly! (tested on 1.50 stable and 1.52 nightly)

Alternatively, to add the binaries to the PATH run:

cargo install --path .

This will add the public-key-extractor and view-key binaries to .cargo/bin folder

Usage

# To generate a view key:
view-key > view_key.txt

# To produce a public key out of a private key:
public-key-extractor --path keys.json