synthpunks 1.0.1 → 1.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 41ebab7745b335fb64249cd97d1b533a53058dbc0b8a87acc8e3f622fbb54d41
4
- data.tar.gz: c474c1d04a31bb72abaeb66a5a19bb8e663b0f85e0f2e0ed7fbf6a03cbfa7126
3
+ metadata.gz: 71d97748a2c84131c88e88d5c70c6dc5e237790731b58c14ae048aa642c007f5
4
+ data.tar.gz: 5f811146b3f73d9e40ac3e55626b02df6ad7e534edf5b7b196cbf34dcf9bd3fb
5
5
  SHA512:
6
- metadata.gz: 6d692a69048e10ddd9a06cf68f618ee9c88c101be0eabb2f387f9a2aff8f7723808ba19dfc81eef5f03f3268d1f8f2753fba97054de137d9ab2b0936738097fa
7
- data.tar.gz: cc3221b3189dbc4a90b028e64efb20a9673dcfd721aab172e90a8a73887491705f98d573880a03066ac8fad4e99baa2f2b0ec41f0fbc4bc73ce3ec5dc169552a
6
+ metadata.gz: 20328a54307b6b9fb993da300d06b7a5c0d45cc69f4cb9f959c9e70636aaf94d9cc0e19f300fa53aca41fbaa226a270c64cb52baa7efe689d2aa17ef80a02507
7
+ data.tar.gz: b58713cfd557e5cad35e0afba76445dfdb30f3fc7f2d8d97c526dfaa7d98a3220da34024b1fab47ed471a435801e5bb3db2207b09b6ea6bb2817c08fbe78676a
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Synth(etic) Punks - (Free Unlimited) 24×24 Pixel Punks For Everyone
2
2
 
3
3
 
4
- synthpunks - (free unlimited) 24×24 pixel punks for everyone - yes, you can - generate / claim your own synth(etic) punks ("off-blockchain") for your own (ethereum) account 40-hexdigit addresses e.g. 0x054f3b6eadc9631ccd60246054fdb0fcfe99b322; incl. 2x/4x/8x zoom for bigger sizes
4
+ synthpunks - (free unlimited) 24×24 pixel punks for everyone - yes, you can - generate / claim your own synth(etic) punks ("off-blockchain") for your own (ethereum) account 40-hexdigit addresses e.g. 0x054f3b6eadc9631ccd60246054fdb0fcfe99b322; incl. 2x/4x/8x zoom for bigger sizes and more
5
5
 
6
6
 
7
7
  * home :: [github.com/cryptopunksnotdead/cryptopunks](https://github.com/cryptopunksnotdead/cryptopunks)
@@ -11,7 +11,8 @@ synthpunks - (free unlimited) 24×24 pixel punks for everyone - yes, you can - g
11
11
 
12
12
 
13
13
 
14
- ## What are Synthetic (Crypto) Punks V1?
14
+
15
+ ## Background - What are "On-Chain" Synthetic (Crypto) Punks V1?
15
16
 
16
17
  > Fully on-chain (crypto) punks for every ethereum address. Check yours out for free!
17
18
  >
@@ -22,7 +23,7 @@ synthpunks - (free unlimited) 24×24 pixel punks for everyone - yes, you can - g
22
23
  has put together an open-source blockchain service ( - see [**stephancill/synthetic-punks**](https://github.com/stephancill/synthetic-punks) - )
23
24
  to generate for free¹ 24×24 punk pixel heads for every ethereum address (account).
24
25
 
25
- ¹: and optionally clain / mint a (non-fungible) token for a 0.02 ether fee.
26
+ ¹: and optionally claim / mint a (non-fungible) token for a 0.02 ether fee.
26
27
 
27
28
 
28
29
  The F.A.Q. reads:
@@ -102,15 +103,15 @@ Synthpunks.getAttributeNames( 30311890011735557186986086868537068337617285922 )
102
103
  ```
103
104
 
104
105
 
105
- Now lookup the minted
106
+ Now look up the minted
106
107
  Synthetic (Crypto) Punks V1 on the open sea (secondary)
107
108
  market:
108
109
 
109
- [Minted Synthetic Punk for 0xaf9ce4b327a3b690abea6f78eccbfefffbea9fdf
110
+ [Minted Synthetic Punk for 0x054f3b6eadc9631ccd60246054fdb0fcfe99b322
110
111
  with Token ID #30311890011735557186986086868537068337617285922 @ Open Sea](https://opensea.io/assets/ethereum/0xaf9ce4b327a3b690abea6f78eccbfefffbea9fdf/30311890011735557186986086868537068337617285922)
111
112
 
112
113
  Or see
113
- [Synthetic Punk for 0xaf9ce4b327a3b690abea6f78eccbfefffbea9fdf](https://syntheticpunks.com/#/address/0xaf9ce4b327a3b690abea6f78eccbfefffbea9fdf)
114
+ [Synthetic Punk for 0x054f3b6eadc9631ccd60246054fdb0fcfe99b322](https://syntheticpunks.com/#/address/0x054f3b6eadc9631ccd60246054fdb0fcfe99b322)
114
115
 
115
116
 
116
117
  And spot the differencence - hint: none other
@@ -212,7 +213,7 @@ and so on.
212
213
 
213
214
  Yes, you can.
214
215
  Let's try some more
215
- the (ethereum) addresses.
216
+ (ethereum) addresses.
216
217
 
217
218
  ``` ruby
218
219
  punk = Synthpunks::Image.generate( '0x7a80ee32044f496a7bfef65af738fdda3a02cf02' )
data/Rakefile CHANGED
@@ -28,7 +28,7 @@ Hoe.spec 'synthpunks' do
28
28
  self.extra_deps = [
29
29
  ['pixelart', '>= 1.3.6'],
30
30
  ['backgrounds', '>= 0.2.1'],
31
- ['ethlite', '>= 0.3.1'],
31
+ ['digest-lite'],
32
32
  ]
33
33
 
34
34
  self.licenses = ['Public Domain']
@@ -5,7 +5,7 @@ module Synthpunks
5
5
 
6
6
  MAJOR = 1
7
7
  MINOR = 0
8
- PATCH = 1
8
+ PATCH = 2
9
9
  VERSION = [MAJOR,MINOR,PATCH].join('.')
10
10
 
11
11
  def self.version
data/lib/synthpunks.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  require 'pixelart'
2
2
  require 'backgrounds'
3
- require 'ethlite' ## needed for Digest::Keccak (otherwise no dep for now)
3
+ require 'digest-lite' ## needed for Digest::Keccak (otherwise no dep for now)
4
4
 
5
5
 
6
6
  ## our own code
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: synthpunks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
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-06 00:00:00.000000000 Z
11
+ date: 2022-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pixelart
@@ -39,19 +39,19 @@ dependencies:
39
39
  - !ruby/object:Gem::Version
40
40
  version: 0.2.1
41
41
  - !ruby/object:Gem::Dependency
42
- name: ethlite
42
+ name: digest-lite
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: 0.3.1
47
+ version: '0'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
- version: 0.3.1
54
+ version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rdoc
57
57
  requirement: !ruby/object:Gem::Requirement