All Projects → btelle → Ethereum Php

btelle / Ethereum Php

Licence: mit
A PHP interface to the Ethereum API

Labels

Projects that are alternatives of or similar to Ethereum Php

Ico Contracts
Ethereum smart contracts that have been used during successful ICOs
Stars: ✭ 160 (-6.43%)
Mutual labels:  ethereum
Prysm
Go implementation of Ethereum proof of stake
Stars: ✭ 2,323 (+1258.48%)
Mutual labels:  ethereum
Cicero
Accord Project Smart Templates Implementation
Stars: ✭ 166 (-2.92%)
Mutual labels:  ethereum
Kethereum
Kotlin library for Ethereum
Stars: ✭ 161 (-5.85%)
Mutual labels:  ethereum
Evmone
Fast Ethereum Virtual Machine implementation
Stars: ✭ 162 (-5.26%)
Mutual labels:  ethereum
Dasp
The Decentralized Application Security Project
Stars: ✭ 166 (-2.92%)
Mutual labels:  ethereum
Vault Ethereum
A plugin that turns Vault into an Ethereum wallet.
Stars: ✭ 159 (-7.02%)
Mutual labels:  ethereum
Solcrypto
Solidity crypto libraries, ring signatures, proof of knowledge, packed signatures etc. with matching Python implementations for secp256k1 and (alt)BN-256
Stars: ✭ 170 (-0.58%)
Mutual labels:  ethereum
Tokenbalance
Simple Ethereum API to get your ERC20 Token Balance along with useful information
Stars: ✭ 163 (-4.68%)
Mutual labels:  ethereum
Mastering Ethereum
分散アプリケーションプラットフォーム「ethereum」の入門書
Stars: ✭ 165 (-3.51%)
Mutual labels:  ethereum
Curso blockchain
Indtroductory course to cryptocurrencies and applications of Blockchain technologies.
Stars: ✭ 161 (-5.85%)
Mutual labels:  ethereum
Nimbus Eth2
Nim implementation of the Ethereum 2.0 blockchain
Stars: ✭ 162 (-5.26%)
Mutual labels:  ethereum
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (-3.51%)
Mutual labels:  ethereum
Basic Attention Token Crowdsale
Basic Attention Token
Stars: ✭ 160 (-6.43%)
Mutual labels:  ethereum
Smart Contract Watch
A tool to monitor a number of smart contracts and transactions
Stars: ✭ 168 (-1.75%)
Mutual labels:  ethereum
Crowdfunding
基于区块链(以太坊)技术的安全众筹系统
Stars: ✭ 159 (-7.02%)
Mutual labels:  ethereum
Machinomy
Node.js library for micropayments in Ether and ERC20 tokens over HTTP
Stars: ✭ 164 (-4.09%)
Mutual labels:  ethereum
Cbpro Trader
Automated cryptocurrency trading on Coinbase Pro (formerly gdax-trader)
Stars: ✭ 171 (+0%)
Mutual labels:  ethereum
Remix App
Ethereum Remix Solidity IDE, electron edition
Stars: ✭ 169 (-1.17%)
Mutual labels:  ethereum
Toshi Android Client
Android client for Toshi
Stars: ✭ 167 (-2.34%)
Mutual labels:  ethereum

A PHP interface to the geth JSON-RPC API. All documented API functions are present.

Usage

// include the class file
require 'ethereum.php';

// create a new object
$ethereum = new Ethereum('127.0.0.1', 8545);

// do your thing
echo $ethereum->net_version();

See test/test.php for a complete example.

Function documentation

For documentation on functionality, see the Ethereum RPC documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].