attestation
attestation copied to clipboard
Paper and implementation of blockchain attestations
A couple of cryptographic enhancements to increase the cryptographic robustness of the system. Ideally this should make the system closer to being formally provable secure and harder to compromise in...
```` $ gradle testJavaScript Configuration on demand is an incubating feature. > Task :npmInstall npm WARN [email protected] No repository field. npm WARN [email protected] No license field. audited 6 packages in...
Handover document to devcon, it should contain. 1. Link and explanation to the two examples 2. Link and explanation to the attestation library and demo DAO contract that uses it...
# background Attestation.id is used by devcon ticket issuer's page for authentication purposes. # current status attestation.id is used by alchemyNFT to issue twitter handle attestation. A new function is...
if complete it: - adding solidity code and integration test - back reference it from alchemyNFT project (remove VerifyAttestation.sol from there) If remove - this should be gone https://github.com/TokenScript/attestation/tree/main/src/main/java/io/alchemynft/attestation
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...
EIP 2565 brings down gas cost for verifying RSA signature to the same level.
Evaluate whether 1. attestation.id was updated to allow attestation generation without modal. 2. Interface is similar to AlchemyNFT, so that the APIs are aligned.
Needs to convert the DAO contract that we have, into a DAO example and library.
Create npm package that provides two modules - authenticator and negotiator. Need to create a repo to deploy the package and update this repo to use it.