open-attestation
open-attestation copied to clipboard
Meta framework for providing digital provenance and integrity to documents.
## Why There is a significant change in the way things are done in OA 4.0. ## What - New readme that focuses on OA 4.0 - Direct users to...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade js-base64 from 3.7.5 to 3.7.6. :information_source: Keep your dependencies up-to-date....
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade js-sha3 from 0.8.0 to 0.9.3. :information_source: Keep your dependencies up-to-date....
## What this PR does - bumped ethers version to v6 - code migration to use v6 functions - import specific ethers functions rather than `import {ethers} from "ethers"` -...
I'm looking with interest at https://github.com/Open-Attestation/open-attestation/tree/master/benchmarks/qr-code How are you guys dealing with trade documents beyond the maximum 34 parameter limit? I suppose the only choice it to revert to online...
Making sure that you guys are aware of the work being done on https://github.com/w3c-ccg/traceability-vocab. Quite complementary to OA, we are working on schemas for common trade documents: 60+ of them...
Due to webpack v5 not including all polyfills by default, downstream websites/libraries consuming @govtechsg/open-attestation would lead to build errors if one uses create-react-app to build and construct their site. This...
We're currently running OA as a serverless (Lambda) app, which breaks context pre-caching. That is, every call to wrapDocument() fetches all the named jsonld contexts. This makes for a lot...
This is a continuation of some great conversation we've started with @HJunyuan and @lawwman The summary is that we think OpenAttestation is great, and we're wanting to use it for...
Hi there, we're looking to implement oa storage api and came across the one here https://github.com/Open-Attestation/oa-functions so thought we could just deploy that, but that repo has no license... is...