You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,10 @@
1
-
# Eth [](https://travis-ci.org/se3000/ruby-eth)[](https://codeclimate.com/github/se3000/ruby-eth)[](https://gitter.im/ruby-eth/Lobby)
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.
4
10
@@ -12,7 +18,7 @@ gem 'eth'
12
18
13
19
And then execute:
14
20
15
-
$ bundle
21
+
$ bundle install
16
22
17
23
Or install it yourself as:
18
24
@@ -118,7 +124,7 @@ end
118
124
119
125
## Contributing
120
126
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.
122
128
123
129
### Tests
124
130
@@ -136,7 +142,7 @@ rspec
136
142
137
143
## License
138
144
139
-
The gem is available as opensource 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).
0 commit comments