Cli

⚙️ Web3 PHP CLI is a blazing fast blockchain server for local development.
Alternatives To Cli
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Bigchaindb3,880212a year ago55September 29, 2020156apache-2.0Python
Meet BigchainDB. The blockchain database.
Verge1,384
15 days ago2mitC++
Official Verge Core Source Code Repository :muscle:
Utreexo2462a year ago16April 23, 202147mitGo
accumulator for bitcoin utxo set
Dcrwallet20018385 days ago4June 11, 2019132iscGo
A secure Decred wallet daemon written in Go (golang).
Cli126
a year agoDecember 01, 2021mitPHP
⚙️ Web3 PHP CLI is a blazing fast blockchain server for local development.
Faast Web106
a year ago15mitJavaScript
A decentralized cryptocurrency portfolio manager and exchange
Name Bazaar90
6 months ago21epl-1.0JavaScript
A peer-to-peer marketplace for the exchange of names registered via the Ethereum Name Service
Feathers Giveth85
4 months ago41mitJavaScript
Featherjs server for caching giveth data.
Devify Server78
2 years ago1March 10, 20161mitJavaScript
A set of lightweight IoT cloud server boilerplates. The simplest way to build isomorphic JavaScript IoT servers.
Blockchainc260
4 years ago1Go
A POC C2 server and agent to explore just if/how the Ethereum blockchain can be used for C2
Alternatives To Cli
Select To Compare


Alternative Project Comparisons
Readme

Web3 PHP

GitHub Workflow Status (master) Total Downloads Latest Version License


Web3 PHP CLI is a blazing fast blockchain server for local development.

This project is a work-in-progress. Code and documentation are currently under development and are subject to change.

Get Started

Requires PHP 8.0+

First, install Web3 via the Composer package manager:

composer global config prefer-stable true
composer global config minimum-stability dev
composer global require web3-php/cli

Then, start the local blockchain server:

web3

Options

accounts

The accounts option allows to specify the number of accounts.

web3 --accounts=5 # Default: 5

host

The host option allows to specify the hostname to listen on.

web3 --host=127.0.0.2 # Default: 127.0.0.1

port

The port option allows to specify the port number to listen on.

web3 --port=8550 # Default: 8545

Web3 PHP CLI is an open-sourced software licensed under the MIT license.

Popular Server Projects
Popular Blockchain Projects
Popular Networking Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Php
Server
Blockchain
Ethereum
Dapp
Web3
Json Rpc