Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
xboston committed Jul 9, 2019
1 parent 91becfd commit c0bf80c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ PHP library for [#MetaHash](https://metahash.org ) blockchain.
- ext-curl
- composer

### Installation
You can install this package with Composer. You only need to require xboston/metahash.

```bash
composer require xboston/metahash
```

### Information

- [Missing #MetaHash API documentation](https://github.com/xboston/metahash-api)
Expand Down Expand Up @@ -39,6 +46,7 @@ PHP library for [#MetaHash](https://metahash.org ) blockchain.
- [x] getNonce

### Usage
You can find usage examples in the examples/ folder.

### PHP examples
```php
Expand Down

0 comments on commit c0bf80c

Please sign in to comment.