Skip to main content

Questions tagged [php]

Questions regarding the use of the PHP scripting language with Ethereum.

0 votes
1 answer
45 views

In PHP I am trying to format the signature wich I receive from the https://api.rarible.org/v0.1/collections/ETHEREUM:'.collectionAddress.'/generateTokenId?minter=ETHEREUM:'.ownAddress API. This is the ...
voorbestanden athome's user avatar
2 votes
1 answer
182 views

I want to use Web3.php so that I send contract transaction to Ethereum blockchain. I use the following code: $web3 = new Web3('... node address ...'); $contract = new Contract($web3->provider, $...
Alireza Zojaji's user avatar
0 votes
1 answer
162 views

I want to create a collection in OpenSea but using a php backend instead of using their platform. Is it possible to do this? I have been looking at their API documentation and I haven't been able to ...
Falcon Stakepool's user avatar
1 vote
0 answers
187 views

i have custom token on bsc. i use some kornrunner class for signing my transaction and broadcast it but i have some problem here. when i send hex to bsc chain, return txid for me but blockHash & ...
purephp's user avatar
  • 11
1 vote
1 answer
179 views

I am using kornrunner/php-keccak and I am attempting to do a "reverse lookup" on an ENS name, essentially the same as this question which was never answered. Any thoughts? Here's my attempt ...
cryptonub's user avatar
1 vote
1 answer
819 views

I have to implement a login system with a web3modal using WalletConnect & MetaMask. After many attempts, it seems that all the existing source codes about this on the internet only work with ...
Gniax's user avatar
  • 21
0 votes
1 answer
772 views

Metamask is working perfectly. BinanceChainWallet is working perfectly. WalletConnectProvider (model: QR - desktop/mobile wallet support), not working when I click on Wallet-Connect model on the front-...
AMHF's user avatar
  • 1
1 vote
0 answers
725 views

I am trying to call a simple function (no parameters) from a Smart Contract currently on the Rinkeby network using php. I have an ubuntu 22.04 server with Apache, I installed composer and the ethereum-...
Joe Brown's user avatar
0 votes
1 answer
324 views

I try to implement Web3 login to my page. It works with MetaMask, but with other wallets (like LRC, Coinbase or Argent) it doesn't - recovered address differs from the original one. Ethereum\EcRecover ...
lama's user avatar
  • 1
1 vote
0 answers
612 views

I need to get the latest block because 'latest' as toBlock doesn't work. I tried the code below with $toBlock = 'latest' $this->eth->getLogs([ 'fromBlock' => (is_int($fromBlock)) ? '0x' . ...
Vincent's user avatar
  • 123
0 votes
2 answers
1k views

I'm trying to replicate a script that I have already running in nodejs in php. On PHP I'm using "web3p/web3.php": "dev-master", "web3p/ethereum-tx": "^0.4.3" ...
chali's user avatar
  • 1
0 votes
0 answers
119 views

I am trying to use https://github.com/digitaldonkey/ethereum-php to build an api tool for scanning smart contracts for vulnerbilities. Ref link: https://ethereum-php.org/dev/ My doubt it is possible ...
Abinaya Sethuraman's user avatar
3 votes
1 answer
280 views

I am currently working on a WordPress website and I want to interact with a deployed smart contract and need help selecting the right tools or ways to interact.
leycun's user avatar
  • 143
1 vote
1 answer
997 views

I'm pulling fight logs from a BSC contract via bscscan API. The data record, which should be a set 6 different values, looks like this: ...
atwellpub's user avatar
  • 121
5 votes
1 answer
2k views

Just concatenating strings doesn't work. Keccak::hash(10 . $address, 256) is what I'm doing atm.
good_evening's user avatar

15 30 50 per page
1
2 3 4 5