Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 457 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 457 Bytes

PHP solana transaction

With this file, you can confirm if a transaction hash is verified or not. If the confirmation is successful, you can check if the receiver and amount are correct. You can use it to make a simple Solana payment verifier.

Config

Just upload the php file into your webhost. Find and set these parameters: $TargetAddressSnn = ""; $MinAmount = 0.02;

Custom RPC

If you want to use custom rpc for better performance set $apiUrl