ethlite 0.3.2 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/Rakefile +1 -1
- data/lib/ethlite/version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1e11a16356a6595d0a8463c9b8709f71f03edd0c0b2c66dac3d228f4b19511fe
|
4
|
+
data.tar.gz: 2811b02e7c428864876dc3bb416080c9348d5ef120ea1f067717690f531df48c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 71875ac074cc206b14fe695b96c8c32fe83ee68f162f26985fd800e2a04d1dc9637c68b2a4826bbadf831f529733d133642b2c4be7e462ccc36f524959329f55
|
7
|
+
data.tar.gz: b4111981e3ab713d120ddeb3d88e186d00e3489e13d875411e43b05b2f92c750948010df33ef86424c2f2c6f76b197a08db3c4ab42eff156ff114a9200037c89
|
data/README.md
CHANGED
@@ -4,8 +4,8 @@
|
|
4
4
|
ethlite - light-weight machinery to query / call ethereum (blockchain contract) services via json-rpc (incl. tuple support)
|
5
5
|
|
6
6
|
|
7
|
-
* home :: [github.com/
|
8
|
-
* bugs :: [github.com/
|
7
|
+
* home :: [github.com/rubycocos/blockchain](https://github.com/rubycocos/blockchain)
|
8
|
+
* bugs :: [github.com/rubycocos/blockchain/issues](https://github.com/rubycocos/blockchain/issues)
|
9
9
|
* gem :: [rubygems.org/gems/ethlite](https://rubygems.org/gems/ethlite)
|
10
10
|
* rdoc :: [rubydoc.info/gems/ethlite](http://rubydoc.info/gems/ethlite)
|
11
11
|
|
@@ -16,7 +16,7 @@ ethlite - light-weight machinery to query / call ethereum (blockchain contract)
|
|
16
16
|
|
17
17
|
### Step 0: Setup JSON RPC Client
|
18
18
|
|
19
|
-
Let's use the simple (built-in) JSON RPC client.
|
19
|
+
Let's use the simple (built-in) JSON RPC client.
|
20
20
|
Get the eth node uri via the INFURA_URI enviroment variable / key e.g. `https://mainnet.infura.io/v3/<YOUR_KEY_HERE>`:
|
21
21
|
|
22
22
|
```ruby
|
data/Rakefile
CHANGED
@@ -9,7 +9,7 @@ Hoe.spec 'ethlite' do
|
|
9
9
|
self.summary = "ethlite - light-weight machinery to query / call ethereum (blockchain contract) services via json-rpc (incl. tuple support)"
|
10
10
|
self.description = summary
|
11
11
|
|
12
|
-
self.urls = { home: 'https://github.com/
|
12
|
+
self.urls = { home: 'https://github.com/rubycocos/blockchain' }
|
13
13
|
|
14
14
|
self.author = 'Gerald Bauer'
|
15
15
|
self.email = 'wwwmake@googlegroups.com'
|
data/lib/ethlite/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ethlite
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gerald Bauer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-12-
|
11
|
+
date: 2022-12-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cocos
|
@@ -108,7 +108,7 @@ files:
|
|
108
108
|
- lib/ethlite/utils.rb
|
109
109
|
- lib/ethlite/version.rb
|
110
110
|
- lib/jsonrpc/jsonrpc.rb
|
111
|
-
homepage: https://github.com/
|
111
|
+
homepage: https://github.com/rubycocos/blockchain
|
112
112
|
licenses:
|
113
113
|
- Public Domain
|
114
114
|
metadata: {}
|