This repo is unmaintained please refer to https://github.com/input-output-hk/catalyst-core/tree/main/src/vit-testing
Incubator for catalyst related testing projects
User guide documentation available here
CI | Status | Description |
---|---|---|
CircleCI | Master and PRs |
Get the Rust Compiler (latest stable version is recommended, minimum required: 1.39+).
rustup install stable
rustup default stable
rustc --version # if this fails, try a new command window, or add the path (see below)
- For detecting build dependencies:
- Homebrew on macOS.
vcpkg
on Windows.pkg-config
on other Unix-like systems.
- C compiler (see cc-rs for more details):
- Must be available as
cc
on Unix and MinGW. - Or as
cl.exe
on Windows.
- Must be available as
- Win: Add
%USERPROFILE%\.cargo\bin
to the environment variablePATH
. - Lin/Mac: Add
${HOME}/.cargo/bin
to yourPATH
.
git clone https://github.com/input-output-hk/vit-testing
cd vit-testing
cargo install --locked --path vitup
cargo install --locked --path valgrind
cargo install --locked --path iapyx
This will install 3 tools:
iapyx
: catalyst voting cli;vitup
: a command line tool to help you bootstrap catalyst backend;valgrind
: minimal proxy service for local deployment;
Documentation is available in the markdown format here
This project is licensed under either of the following licenses:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)