Skip to content

v0.1.0-test

Choose a tag to compare

@shocknet-justin shocknet-justin released this 16 Aug 19:19
· 11 commits to main since this release

clinkctl v0.1.0

First cut. This tag is to check that Actions builds a binary you can actually run. Try it on your OS, please report any failures.

Install

Pick the asset for your machine: linux-x64, linux-arm64, darwin-arm64, darwin-x64, windows-x64.exe.

curl -L https://github.com/shocknet/clinkctl/releases/download/v0.1.0-test/clinkctl-linux-x64 -o clinkctl
chmod +x clinkctl
./clinkctl key

macOS/Windows: unsigned. Gatekeeper / SmartScreen will complain; that is expected.

Commands (default node is a test Pub, not production, override with --nprofile or CLINK_NPROFILE.)

./clinkctl key
./clinkctl beacon
./clinkctl enroll
./clinkctl invoice --amount 21

key writes ~/.clinkctl/nsec if you do not pass --nsec. enroll saves pointers to ~/.clinkctl/last.json so invoice can omit the noffer.

--json prints one JSON object on stdout. Failures are { "ok": false, "error": "..." } with exit 1.

Binaries are Bun compiles, roughly 60–90MB.