Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldb committed Jan 14, 2023
1 parent 8ea880b commit 708cca1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gems:
- [ethlite-contracts](ethlite-contracts) - pre-packaged ready-to-use "out-of-the-gem" (blockchain) contract services / function calls for ethereum & co
- [etherscan-lite](etherscan-lite) - light-weight machinery / helper for the Etherscan (blockchain) JSON HTTP API / web services (note: API key sign-up required)
- [ethname](ethname) - light-weight crowd-sourced "off-chain" ethereum name to (contract) address service / helper (incl. punks v1,v2,v3,v4; phunks v1,v2, synth punks, punk blocks, etc.) - yes, you can! - add more names / contracts via git ;-)

- [ethers](ethers) - "high-level" all-in-one umbrella quick starter gem for easy installation & usage for ethereum & co. (blockchain) contract services in ruby'



Expand Down
17 changes: 14 additions & 3 deletions ethers/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ethers

ethers - all-in-one umbrella for ethereum & co. (blockchain) contract services
ethers - "high-level" all-in-one umbrella quick starter gem for easy installation & usage for ethereum & co. (blockchain) contract services in ruby


* home :: [github.com/rubycocos/blockchain](https://github.com/rubycocos/blockchain)
Expand All @@ -10,7 +10,18 @@ ethers - all-in-one umbrella for ethereum & co. (blockchain) contract services



## Usage
## Download & Install The Ruby Package(s)

To install use the ruby package manager (also known as rubygems):

```
$ gem install ethers
```



## Usage In Your Ruby Scripts


For now

Expand All @@ -31,7 +42,7 @@ require 'etherscan-lite'

### Gems

For now ethers includes:
For now ethers includes / bundles-up:

- [crypto-lite](../crypto-lite) - cryptographic secure hash functions and public key signature algorithms made easy
- [ethlite](../ethlite) - light-weight machinery to query / call ethereum (blockchain contract) services via json-rpc (incl. tuple support)
Expand Down
4 changes: 2 additions & 2 deletions ethers/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ require 'hoe'

Hoe.spec 'ethers' do

self.version = '0.0.1'
self.summary = "ethers - all-in-one umbrella for ethereum & co. (blockchain) contract services"
self.version = '0.1.0'
self.summary = 'ethers - "high-level" all-in-one umbrella quick starter gem for easy installation & usage for ethereum & co. (blockchain) contract services in ruby'
self.description = summary

self.urls = { home: 'https://github.com/rubycocos/blockchain' }
Expand Down

0 comments on commit 708cca1

Please sign in to comment.