Skip to content

Commit 1de2c46

Browse files
committed
docs: add badges to readme
1 parent d09d5f3 commit 1de2c46

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# Eth [![Travis-CI](https://travis-ci.org/se3000/ruby-eth.svg?branch=master)](https://travis-ci.org/se3000/ruby-eth) [![Code Climate](https://codeclimate.com/github/se3000/ruby-eth/badges/gpa.svg)](https://codeclimate.com/github/se3000/ruby-eth) [![Gitter](https://badges.gitter.im/ruby-eth/Lobby.svg)](https://gitter.im/ruby-eth/Lobby)
1+
# Eth for Ruby
2+
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/se3000/ruby-eth/Build)](https://github.com/se3000/ruby-eth/actions)
3+
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/se3000/ruby-eth)](https://github.com/se3000/ruby-eth/releases)
4+
[![Gem](https://img.shields.io/gem/v/eth)](https://rubygems.org/gems/eth)
5+
[![Gem](https://img.shields.io/gem/dt/eth)](https://rubygems.org/gems/eth)
6+
[![GitHub top language](https://img.shields.io/github/languages/top/se3000/ruby-eth?color=red)](https://github.com/se3000/ruby-eth/pulse)
7+
[![GitHub](https://img.shields.io/github/license/se3000/ruby-eth)](LICENSE)
28

39
A simple library to build and sign Ethereum transactions. Allows separation of key and node management. Sign transactions and handle keys anywhere you can run ruby, broadcast transactions through any node.
410

@@ -12,7 +18,7 @@ gem 'eth'
1218

1319
And then execute:
1420

15-
$ bundle
21+
$ bundle install
1622

1723
Or install it yourself as:
1824

@@ -118,7 +124,7 @@ end
118124

119125
## Contributing
120126

121-
Bug reports and pull requests are welcome on GitHub at https://github.com/se3000/ethereum-tx. Tests are encouraged.
127+
Bug reports and pull requests are welcome on GitHub at https://github.com/se3000/ruby-eth. Tests are encouraged.
122128

123129
### Tests
124130

@@ -136,7 +142,7 @@ rspec
136142

137143
## License
138144

139-
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
145+
The gem is available as open-source software under the terms of the [MIT License](LICENSE).
140146

141147
## TODO
142148

0 commit comments

Comments
 (0)