Independent Verification of Certification Records

curl -s "https://node.nexart.io/v1/cer/public?certificate_hash=<CERT_HASH>" | jq
Raw Record (no transformation)
// awaiting input

Independent Verification

# Save the record
curl -s "https://node.nexart.io/v1/cer/public?certificate_hash=<CERT_HASH>" > record.json

# Get public keys
curl -s https://node.nexart.io/.well-known/nexart-node.json > keys.json

# Verify using any standard Ed25519 library

This record can be verified independently using:

  • - The record payload
  • - The public key
  • - A standard Ed25519 implementation

No account or proprietary software is required.