Skip to content

any body have php code for contact activation,have secret key✋ #35

@girs1982

Description

@girs1982

any body have php code for contact activation,
have secret key✋
olifanton lib, need simple example😎

i done it on js, but need php😎

function sendTon($wallet, $secretKey, $toAddress, $amount, $tonClient) {
$seqno = $tonClient->getWalletSeqno($wallet['address']) ?? 0;
$transfer = [
'secretKey' => hex2bin($secretKey),
'toAddress' => $toAddress,
'amount' => $amount,
'seqno' => $seqno,
'payload' => 'Collect',
'sendMode' => 3
];
$tonClient->sendBoc($wallet['methods']'transfer');
}
js code was simple, but php to hard 😎

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions