codex-storage / codex-testnet-starter

Codex Testnet Starter
https://testnet.codex.storage
4 stars 4 forks source link

Switch key generation to own service #22

Closed veaceslavdoina closed 3 months ago

veaceslavdoina commented 3 months ago

We just deployed own key generation service https://github.com/codex-storage/infra-codex/issues/199, which is available in the following ways

# Full
curl https://key.codex.storage

# JSON
curl https://key.codex.storage/json

# Minimal
curl https://key.codex.storage/m

PR updates key generation scripts accordingly and some small refactoring/prettifying was performed.