Integration with Sec1 CLI

This documentation provides guidance and information for using the Sec1 CLI to bring the functionality of Sec1 into your development workflow. Here you will find:

Install with standalone executables

To download and run the latest Sec1 CLI on macOS, you could run:

curl --compressed https://digitalassets.sec1.io/sec1-cli-macos -o sec1
chmod +x ./sec1
mv ./sec1 /usr/local/bin/

You can use these direct links to download the executables:

Last updated