attestation
attestation copied to clipboard
Make key configurable
The link generator should be using key that is not in the source code. The publick key of it need not be configurable, instead we will provide instructions on how to change source code to achieve the same.
The same configurable key's public key should go into a contract with verify() returns bool
function or signingKeys() returns Keys
function hence tagging @fyang1024