Skip to content
@AnchoringTrust

AnchoringTrust

AnchoringTrust

Anchoring infrastructure for digital proof.

artifact → SHA-256 → anchor → .proof

One API call. The file never leaves your machine. The proof is verifiable by anyone, forever, without trusting us.

What this is

A cryptographic primitive that anchors any file hash into Bitcoin via OpenTimestamps. The result is a portable .proof file that travels with your artifact.

report.pdf
report.pdf.proof   ← verifiable forever

Get started

# CLI
npx @umarise/cli anchor your-file.pdf
# Verify
npx @umarise/cli verify your-file.pdf.proof
# GitHub Action — one line in your workflow
- uses: AnchoringTrust/anchor-action@v1
  with:
    file: dist/release.tar.gz
  env:
    UMARISE_API_KEY: ${{ secrets.UMARISE_API_KEY }}

Repositories

Repo What
anchor-action GitHub Action — anchor build artifacts in CI/CD
anchoring-examples Showcase repo with working workflow
anchoring-spec Open specification (IEC v1.0)

SDKs

Verify independently

Links

Pinned Loading

  1. anchor-action anchor-action Public

    JavaScript

  2. anchoring-examples anchoring-examples Public

  3. anchoring-spec anchoring-spec Public

    Normative Anchoring Specification (IEC) — defines cryptographic anchoring semantics

    HTML

Repositories

Showing 8 of 8 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…