Skip to content

Instantly share code, notes, and snippets.

View k2so-dev's full-sized avatar

Web Artisan k2so-dev

View GitHub Profile
@k2so-dev
k2so-dev / TonProof.php
Last active January 21, 2024 18:21
TonProof Laravel Helper for TonConnect. Generate payload and check proof.
<?php
namespace App\Helpers;
use Exception;
use Illuminate\Support\Facades\Http;
class TonProof
{
const TON_PROOF_PREFIX = "ton-proof-item-v2/";