Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 766 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 766 Bytes

NKeys support for Zig

License: Apache 2.0 CI

Still a work in progress, things will definitely change!

Contains a tool called znk which is a clone of the nk tool.

Building

Zig master works at the time of writing.

Use zig build znk to build the znk tool. The znk tool can be run by using zig build run-znk.

Tests for the library can be run by using zig build test. Tests for the znk tool can be run by using zig build test-znk.