kerMage/cardanophp

v0.2.0 2024-09-16 15:29 UTC

This package is auto-updated.

Last update: 2024-09-16 15:56:59 UTC


README

主要用于验证来自CIP30钱包的数据签名

使用方法

use CardanoPHP\Verifier;

Verifier::verify($signature, $key, $message, $address);

翻译自 https://github.com/cardano-foundation/cardano-verify-datasignature

CardanoPress 使用