Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Dmitrii Kotelkin authored and koteld committed Apr 19, 2020
1 parent b4c909f commit df033bf
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
26 changes: 21 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
# Gaster - Ethereum GAS stats
<img src="https://raw.githubusercontent.com/exyte/media/master/common/header.png">
<img align="right" src="https://i.imgur.com/q1Zzh54.gif" width="480" />

The utility to get info of transactions for the specified smart contract.
The output can be used to analyze gas usage.
Supports smart contracts deployed with Zeppelin OS.
<p><h1 align="left">Gaster</h1></p>

<p>
<h4>The utility to get transactions data for the specified smart contract</h4>
<ul>
<li>The output can be used to analyze gas usage</li>
<li>Supports smart contracts deployed with Zeppelin OS</li>
</ul>
</p>

___

<p> We are a development agency building
<a href="https://clutch.co/profile/exyte#review-731233">phenomenal</a> apps.</p>

</br>

<a href="https://exyte.com/contacts"><img src="https://i.imgur.com/vGjsQPt.png" width="134" height="34"></a> <a href="https://twitter.com/exyteHQ"><img src="https://i.imgur.com/DngwSn1.png" width="165" height="34"></a>

## Setup
* Install node package manager [npm](https://nodejs.org/en/download/)
Expand All @@ -14,7 +30,7 @@ npm install [-g] gaster

* Or install Gaster from github:
```bash
npm install [-g] 'https://github.com/exyte/ethgasstats'
npm install [-g] 'https://github.com/exyte/gaster'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/exyte/ethgasstats.git"
"url": "https://github.com/exyte/gaster.git"
},
"dependencies": {
"commander": "^5.0.0",
Expand Down

0 comments on commit df033bf

Please sign in to comment.