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 +4 -4
- data/README.md +8 -7
- data/Rakefile +1 -1
- data/lib/synthpunks/version.rb +1 -1
- data/lib/synthpunks.rb +1 -1
- metadata +5 -5
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
data/lib/synthpunks/version.rb
CHANGED
data/lib/synthpunks.rb
CHANGED
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.
|
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
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:
|
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
|