Tiago Peralta
Tiago Peralta
Hey, I Needed to change the BASE_URL to testnet for my developments, also, updates pip support on setup.py to > 10 (works for me on 20), test it, and of...
Hey, i'm developing a Wallet and trying to use the Sign API to connect to a Dapp, sample code is as follows: SignClientOptions so = new SignClientOptions() { ProjectId =...
Here is my suggested fix for Issue #100 Please review and check if it suits the project. Thanks x)
On header.php: if ($controlIPs === false || in_array($_SERVER['REMOTE_ADDR'], $controlIPs) || PHP_SAPI == 'cli') This will not be vaild if behind reverse proxy e.g: cloudflare / varnish / others Should be...