Skip to content

ECD5A/ProofStampBot-OSS

Repository files navigation

ProofStamp Bot (Open Source)

Bot: @ProofStampBot
Website: https://proofstamp.ru

ProofStamp is a Telegram bot for document timestamping on TON. It calculates SHA-256 fingerprints, writes proof to blockchain, and generates a PDF certificate. Payments are supported via TON and Telegram Stars.

Features

  • SHA-256 hash notarization on TON
  • On-chain comment format: ProofStamp SHA256:<64-hex>
  • Payment via TON or Telegram Stars
  • PDF proof certificate generation (QR + transaction link)
  • Group and channel stamp workflows

Requirements

  • Node.js (recommended: Node 20 LTS)
  • npm

Quick Start

npm ci
cp .env.example .env
# edit .env
npm run build
npm run start

Required Environment

Create .env based on .env.example and set real values.

Required:

  • BOT_TOKEN - Telegram bot token
  • TON_SIGNER_MNEMONIC - 24-word mnemonic for signer wallet (Wallet V5R1)

Recommended:

  • TONCENTER_API_KEY - better reliability / rate limits
  • TON_NETWORK=mainnet|testnet

SHA-256 Integrity

Release archive: releases/proof-stamp-bot-oss-v1.0.0.zip
Release checksum: 62524673017102e022e8ce6b4930fe65476238c0e4e7e3b4036cb2ad41c3fb2b
Repository checksums: FILES_SHA256.txt
Note: FILES_SHA256.txt is generated from raw file bytes in the checked-out repository and excludes itself to avoid a recursive checksum mismatch.

Security Notes

  • Do not commit .env, mnemonics, API keys, or private keys
  • Runtime data/logs should stay outside git history

Donate

  • TON: pointoncurve.ton
  • BTC: 1ECDSA1b4d5TcZHtqNpcxmY8pBH1GgHntN
  • USDT (TRC20): TSWcFVfqCp4WCXrUkkzdCkcLnhtFLNN3Ba

Disclaimer

This repository is provided as a reference implementation only.

  • No active development is planned
  • No support or issue handling is guaranteed
  • Pull requests may be ignored or declined

Feel free to fork, modify, and use it for your own purposes.

License

MIT License. Full text is in LICENSE.

About

Open-source Telegram bot for SHA-256 document notarization on TON with Stars/TON payments and PDF proof certificates.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors