summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy <jlrubin@mit.edu>2021-12-19 18:37:39 -0800
committerbitcoindev <bitcoindev@gnusha.org>2021-12-20 02:37:54 +0000
commit6956075244299e31855f5c0e112b99ef2b7c8ed8 (patch)
tree7ef68df42541f50f3524b42d803636dd8354cbd4
parent6034e495b0cb030aacea14aa966389e4d8ef8d20 (diff)
downloadpi-bitcoindev-6956075244299e31855f5c0e112b99ef2b7c8ed8.tar.gz
pi-bitcoindev-6956075244299e31855f5c0e112b99ef2b7c8ed8.zip
[bitcoin-dev] [Bitcoin Advent Calendar] NFTs Part Two: Auctions, Royalties, Mints, Generative, Game Items
-rw-r--r--37/c043357d48e152e017051a70b0ae5e42b8d0b6125
1 files changed, 125 insertions, 0 deletions
diff --git a/37/c043357d48e152e017051a70b0ae5e42b8d0b6 b/37/c043357d48e152e017051a70b0ae5e42b8d0b6
new file mode 100644
index 000000000..e13800226
--- /dev/null
+++ b/37/c043357d48e152e017051a70b0ae5e42b8d0b6
@@ -0,0 +1,125 @@
+Return-Path: <jlrubin@mit.edu>
+Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136])
+ by lists.linuxfoundation.org (Postfix) with ESMTP id C3CBDC0012
+ for <bitcoin-dev@lists.linuxfoundation.org>;
+ Mon, 20 Dec 2021 02:37:54 +0000 (UTC)
+Received: from localhost (localhost [127.0.0.1])
+ by smtp3.osuosl.org (Postfix) with ESMTP id B186660BBA
+ for <bitcoin-dev@lists.linuxfoundation.org>;
+ Mon, 20 Dec 2021 02:37:54 +0000 (UTC)
+X-Virus-Scanned: amavisd-new at osuosl.org
+X-Spam-Flag: NO
+X-Spam-Score: -4.197
+X-Spam-Level:
+X-Spam-Status: No, score=-4.197 tagged_above=-999 required=5
+ tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-2.3,
+ RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001,
+ SPF_PASS=-0.001] autolearn=ham autolearn_force=no
+Received: from smtp3.osuosl.org ([127.0.0.1])
+ by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024)
+ with ESMTP id hGKRYR8aIimh
+ for <bitcoin-dev@lists.linuxfoundation.org>;
+ Mon, 20 Dec 2021 02:37:53 +0000 (UTC)
+X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0
+Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11])
+ by smtp3.osuosl.org (Postfix) with ESMTPS id B028460B9F
+ for <bitcoin-dev@lists.linuxfoundation.org>;
+ Mon, 20 Dec 2021 02:37:53 +0000 (UTC)
+Received: from mail-lf1-f43.google.com (mail-lf1-f43.google.com
+ [209.85.167.43]) (authenticated bits=0)
+ (User authenticated as jlrubin@ATHENA.MIT.EDU)
+ by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 1BK2boc8016834
+ (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT)
+ for <bitcoin-dev@lists.linuxfoundation.org>; Sun, 19 Dec 2021 21:37:52 -0500
+Received: by mail-lf1-f43.google.com with SMTP id br40so15954594lfb.1
+ for <bitcoin-dev@lists.linuxfoundation.org>;
+ Sun, 19 Dec 2021 18:37:51 -0800 (PST)
+X-Gm-Message-State: AOAM531fCaWdwMLsqIE0kRpQtoUz7lmQyK+NL51NirYgvp3S4pQTuF24
+ iXr8IDgcz3mv5aqqyj0maenSJPW1c9k7g6Ydq0E=
+X-Google-Smtp-Source: ABdhPJxjsVYAI0iKq9GAyNOP8vYpXyAsY5gkWNQMXEa7qnAvIc34e7j4H62I0bzvxHX+E4uUTEUoTEXMuAYc/x6YVh4=
+X-Received: by 2002:ac2:4353:: with SMTP id o19mr13330221lfl.670.1639967870492;
+ Sun, 19 Dec 2021 18:37:50 -0800 (PST)
+MIME-Version: 1.0
+From: Jeremy <jlrubin@mit.edu>
+Date: Sun, 19 Dec 2021 18:37:39 -0800
+X-Gmail-Original-Message-ID: <CAD5xwhiRieD6HVAANqjS3Dt6h6aScOip+4X3mvA7veYiMD=RoA@mail.gmail.com>
+Message-ID: <CAD5xwhiRieD6HVAANqjS3Dt6h6aScOip+4X3mvA7veYiMD=RoA@mail.gmail.com>
+To: Bitcoin development mailing list <bitcoin-dev@lists.linuxfoundation.org>
+Content-Type: multipart/alternative; boundary="0000000000005d22ef05d38ac6b0"
+Subject: [bitcoin-dev] [Bitcoin Advent Calendar] NFTs Part Two: Auctions,
+ Royalties, Mints, Generative, Game Items
+X-BeenThere: bitcoin-dev@lists.linuxfoundation.org
+X-Mailman-Version: 2.1.15
+Precedence: list
+List-Id: Bitcoin Protocol Discussion <bitcoin-dev.lists.linuxfoundation.org>
+List-Unsubscribe: <https://lists.linuxfoundation.org/mailman/options/bitcoin-dev>,
+ <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=unsubscribe>
+List-Archive: <http://lists.linuxfoundation.org/pipermail/bitcoin-dev/>
+List-Post: <mailto:bitcoin-dev@lists.linuxfoundation.org>
+List-Help: <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=help>
+List-Subscribe: <https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev>,
+ <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=subscribe>
+X-List-Received-Date: Mon, 20 Dec 2021 02:37:54 -0000
+
+--0000000000005d22ef05d38ac6b0
+Content-Type: text/plain; charset="UTF-8"
+
+Hi Devs!
+
+More on NFTs today! Code demos of dutch auctions of NFTs + royalties, and
+then discussion of a few other concepts I'm excited about.
+
+https://rubin.io/bitcoin/2021/12/19/advent-22/
+
+Particularly novel is the combination of attestation chains, lightning
+invoices, and NFTs to create off-chain updatable and on-chain sellable
+in-game items.
+
+Till tomorrow!
+
+Cheers,
+
+Jeremy
+
+--
+@JeremyRubin <https://twitter.com/JeremyRubin>
+<https://twitter.com/JeremyRubin>
+
+--0000000000005d22ef05d38ac6b0
+Content-Type: text/html; charset="UTF-8"
+Content-Transfer-Encoding: quoted-printable
+
+<div dir=3D"ltr"><div class=3D"gmail_default" style=3D"font-family:arial,he=
+lvetica,sans-serif;font-size:small;color:#000000">Hi Devs!</div><div class=
+=3D"gmail_default" style=3D"font-family:arial,helvetica,sans-serif;font-siz=
+e:small;color:#000000"><br></div><div class=3D"gmail_default" style=3D"font=
+-family:arial,helvetica,sans-serif;font-size:small;color:#000000">More on N=
+FTs today! Code demos of dutch auctions of NFTs=C2=A0+ royalties, and then =
+discussion of a few other concepts I&#39;m excited about.</div><div class=
+=3D"gmail_default" style=3D"font-family:arial,helvetica,sans-serif;font-siz=
+e:small;color:#000000"><br></div><div class=3D"gmail_default" style=3D"font=
+-family:arial,helvetica,sans-serif;font-size:small;color:#000000"><a href=
+=3D"https://rubin.io/bitcoin/2021/12/19/advent-22/">https://rubin.io/bitcoi=
+n/2021/12/19/advent-22/</a><br></div><div class=3D"gmail_default" style=3D"=
+font-family:arial,helvetica,sans-serif;font-size:small;color:#000000"><br><=
+/div><div class=3D"gmail_default" style=3D"font-family:arial,helvetica,sans=
+-serif;font-size:small;color:#000000">Particularly novel is the combination=
+ of attestation chains, lightning invoices, and NFTs to create off-chain up=
+datable and on-chain sellable in-game items.</div><div class=3D"gmail_defau=
+lt" style=3D"font-family:arial,helvetica,sans-serif;font-size:small;color:#=
+000000"><br></div><div class=3D"gmail_default" style=3D"font-family:arial,h=
+elvetica,sans-serif;font-size:small;color:#000000">Till tomorrow!</div><div=
+ class=3D"gmail_default" style=3D"font-family:arial,helvetica,sans-serif;fo=
+nt-size:small;color:#000000"><br></div><div class=3D"gmail_default" style=
+=3D"font-family:arial,helvetica,sans-serif;font-size:small;color:#000000">C=
+heers,</div><div class=3D"gmail_default" style=3D"font-family:arial,helveti=
+ca,sans-serif;font-size:small;color:#000000"><br></div><div class=3D"gmail_=
+default" style=3D"font-family:arial,helvetica,sans-serif;font-size:small;co=
+lor:#000000">Jeremy</div><br clear=3D"all"><div><div dir=3D"ltr" class=3D"g=
+mail_signature" data-smartmail=3D"gmail_signature"><div dir=3D"ltr">--<br><=
+a href=3D"https://twitter.com/JeremyRubin" target=3D"_blank">@JeremyRubin</=
+a><a href=3D"https://twitter.com/JeremyRubin" target=3D"_blank"></a></div><=
+/div></div></div>
+
+--0000000000005d22ef05d38ac6b0--
+