Registry / crypto / kornrunner-ethereum-offline-raw-tx

kornrunner-ethereum-offline-raw-tx

JSON →
library0.9.0phppackagistunverified

Pure PHP Ethereum Offline Raw Transaction Signer

composer require kornrunner/ethereum-offline-raw-tx
INSTALL
IMPORT
SIG · KORNRUNNER-ETHEREU
K
kornrunner-ethereum-offline-raw-tx
cryptophpv0.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Transaction
use kornrunner\Ethereum\Transaction;

Create and sign an Ethereum transaction offline.

use kornrunner\Ethereum\Transaction; $tx = new Transaction([ 'nonce' => '0x1', 'to' => '0x...', 'value' => '0x...', 'gas' => '0x...', 'gasPrice' => '0x...', 'data' => '0x...' ]); $signed = $tx->sign('privateKey');
Debug
Known issues
breakingRequires PHP 7.2+ and ext-gmp or ext-bcmath for big integer math
fix
Install GMP or BCMath PHP extension
affects: >=0.9.0
Upgrade
Version history
0.9.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
kornrunner-ethereum-offline-raw-tx — pip install kornrunner-ethereum-offline-raw-tx · libregistry