An open API service indexing awesome lists of open source software.

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

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
```