https://github.com/dappnode/keygen-client
keygen API client written in golang
https://github.com/dappnode/keygen-client
Last synced: 8 months ago
JSON representation
keygen API client written in golang
- Host: GitHub
- URL: https://github.com/dappnode/keygen-client
- Owner: dappnode
- Created: 2025-08-25T08:42:23.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-11T07:57:04.000Z (9 months ago)
- Last Synced: 2025-09-11T10:47:11.263Z (9 months ago)
- Language: Go
- Size: 34.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# keygen-client
keygen API client written in golang
## Development
Command to run the test using keygen envs
```bash
KEYGEN_ACCOUNT_ID= \
KEYGEN_API_TOKEN= \
KEYGEN_POLICY_ID= \
go test ./keygen
```