synthpunks 1.0.0 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +8 -7
- data/Rakefile +2 -2
- data/lib/synthpunks/version.rb +1 -1
- data/lib/synthpunks.rb +1 -1
- metadata +11 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 71d97748a2c84131c88e88d5c70c6dc5e237790731b58c14ae048aa642c007f5
|
4
|
+
data.tar.gz: 5f811146b3f73d9e40ac3e55626b02df6ad7e534edf5b7b196cbf34dcf9bd3fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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
|
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
|
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
|
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
|
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
|
-
|
216
|
+
(ethereum) addresses.
|
216
217
|
|
217
218
|
``` ruby
|
218
219
|
punk = Synthpunks::Image.generate( '0x7a80ee32044f496a7bfef65af738fdda3a02cf02' )
|
data/Rakefile
CHANGED
@@ -26,9 +26,9 @@ Hoe.spec 'synthpunks' do
|
|
26
26
|
self.history_file = 'CHANGELOG.md'
|
27
27
|
|
28
28
|
self.extra_deps = [
|
29
|
-
['backgrounds', '>= 0.2.1'],
|
30
29
|
['pixelart', '>= 1.3.6'],
|
31
|
-
['
|
30
|
+
['backgrounds', '>= 0.2.1'],
|
31
|
+
['digest-lite'],
|
32
32
|
]
|
33
33
|
|
34
34
|
self.licenses = ['Public Domain']
|
data/lib/synthpunks/version.rb
CHANGED
data/lib/synthpunks.rb
CHANGED
metadata
CHANGED
@@ -1,57 +1,57 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: synthpunks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
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-
|
11
|
+
date: 2022-12-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
|
-
name:
|
14
|
+
name: pixelart
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 1.3.6
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: 1.3.6
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
|
-
name:
|
28
|
+
name: backgrounds
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version:
|
33
|
+
version: 0.2.1
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version:
|
40
|
+
version: 0.2.1
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
|
-
name:
|
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
|
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
|
54
|
+
version: '0'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: rdoc
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|