Skip to content

WebOfTrust/ward

Repository files navigation

Ward

MacOS wrapper around a KERI agent.

keri version python version

Running locally

pip install -r requirements.txt
make build
./dist/ward.app/Contents/MacOS/ward

Publishing

Requires an identifier and signing certificates configured in an Apple developer account.

source venv/bin/activate
export ward_signer="SIGNER_HASH"; make publish;

SIGNER_HASH should be of type Developer ID Installer and can be found by using:

security find-identity -p basic -v

Useful links on building for macOS

Icon Attribution

Icons made by Smashicons from www.flaticon.com

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published