Go to file
ash 90ddd2bcf5
fix: introduce alternate attestation API implementation (resolves #28)
2023-07-19 23:13:56 +02:00
.github/workflows Add github workflow to publish to gh-pages branch 2023-06-20 14:19:28 +00:00
.gitignore Add gitignore 2023-06-20 15:20:21 +00:00
README.md fix: introduce alternate attestation API implementation (resolves #28) 2023-07-19 23:13:56 +02:00

README.md

Web Environment Integrity API

This repository details the proposal to add a new API for determining the integrity of web environments:

const attestation = () => {
    return 1 + 1 === 2
}

No further explanation is needed.