Additional Signature Witness Support for Transaction Building
Support extra transaction signature witnesses (#11) for inputs from multi-sig (aka native-script) or multiple addresses, similar to the --witness-count
parameter in the cardano-cli cardano-cli transaction calculate-min-fee
command.
cscli transaction simple-payment build --network testnet --from addr_test1vq5zuhh9685fup86syuzmu3e6eengzv8t46mfqxg086cvqqc5zr4t --to addr_test1vpuuxlat45yxvtsk44y4pmwk854z4v9k879yfe99q3g3aagqqzar3 --ada 420 --message "thx for lunch" --mock-witness-count 2
Installation
The easiest way is to install the .NET SDK and install the global tool cscli
.
dotnet tool install --global cscli
Alternatively, please download the platform-specific binaries in the release Assets below
Assets SHA256 Checksums
cscli.win-x64.exe: D37390DF304BE91E35AD2AA3EDC2BAE98358FD50A782C3F804FD689395894B7C
cscli.linux-x64: FE812BADB86179528B1088B4781DE6EDE2E8105AB40C527E1E3201FDF31BEFE5
cscli.osx-x64: 0AB90B28FECA9F6167A8BB520FC266E21D24A601FCDE6282B97A7353BC140FCF
Usage and Overview
Please see the README documentation