Skip to content

Instantly share code, notes, and snippets.

View CarTarL's full-sized avatar

CarTarL CarTarL

View GitHub Profile
@CarTarL
CarTarL / cb-walletlink.php
Created April 2, 2022 11:04
PHP: Server verification for NFT Wallet Link Authorization
@CarTarL
CarTarL / cb-walletlink.js
Created April 2, 2022 11:01
JS: Server verification for NFT Wallet Link Authorization
@CarTarL
CarTarL / gist:2dd8c739f2befffe8796951bbe4343c3
Created March 14, 2022 17:34
PHP - call CyberBroker contract methods
# CarTarL | www.cartarl.com | @cartar_l
# needs error catching added all over place !
# set timezone
date_default_timezone_set('America/New_York');
# composer require digitaldonkey/ethereum-php dev-master
require('vendor/autoload.php');
use Ethereum\Ethereum;
use Ethereum\SmartContract;