Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Bigchaindb | 3,880 | 21 | 2 | a year ago | 55 | September 29, 2020 | 156 | apache-2.0 | Python | |
Meet BigchainDB. The blockchain database. | ||||||||||
Verge | 1,384 | 15 days ago | 2 | mit | C++ | |||||
Official Verge Core Source Code Repository :muscle: | ||||||||||
Utreexo | 246 | 2 | a year ago | 16 | April 23, 2021 | 47 | mit | Go | ||
accumulator for bitcoin utxo set | ||||||||||
Dcrwallet | 200 | 18 | 38 | 5 days ago | 4 | June 11, 2019 | 132 | isc | Go | |
A secure Decred wallet daemon written in Go (golang). | ||||||||||
Cli | 126 | a year ago | December 01, 2021 | mit | PHP | |||||
⚙️ Web3 PHP CLI is a blazing fast blockchain server for local development. | ||||||||||
Faast Web | 106 | a year ago | 15 | mit | JavaScript | |||||
A decentralized cryptocurrency portfolio manager and exchange | ||||||||||
Name Bazaar | 90 | 6 months ago | 21 | epl-1.0 | JavaScript | |||||
A peer-to-peer marketplace for the exchange of names registered via the Ethereum Name Service | ||||||||||
Feathers Giveth | 85 | 4 months ago | 41 | mit | JavaScript | |||||
Featherjs server for caching giveth data. | ||||||||||
Devify Server | 78 | 2 years ago | 1 | March 10, 2016 | 1 | mit | JavaScript | |||
A set of lightweight IoT cloud server boilerplates. The simplest way to build isomorphic JavaScript IoT servers. | ||||||||||
Blockchainc2 | 60 | 4 years ago | 1 | Go | ||||||
A POC C2 server and agent to explore just if/how the Ethereum blockchain can be used for C2 |
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.
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
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.