README.md

This commit is contained in:
sc0Vu 2018-01-05 15:46:56 +08:00
parent 8765657975
commit 3223d66610

View File

@ -6,6 +6,13 @@
A php interface for interacting with the Ethereum blockchain and ecosystem.
# Install
Set minimum stability to dev
```
"minimum-stability": "dev"
```
Then
```
composer require sc0vu/web3.php dev-master
```
@ -13,7 +20,7 @@ composer require sc0vu/web3.php dev-master
Or you can add this line in composer.json
```
"sc0vu/web3.php: "dev-master"
"sc0vu/web3.php": "dev-master"
```