Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate deck pages #225

Merged
merged 1 commit into from
Jun 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions deck/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,15 @@ the UTXO that contains the ordinal is the current owner of the token.
- This strikes some people as weird, like digital graffiti.
- In the future, may want to give some special status, like "self-issued" if the NFT is signed with a public key that held the ordinal.

---

# Ordinal NFT Upgrades: Timestamping

- Age is of great interest to NFT collectors
- Including a timestamp in an NFT is an easy way to prove the age of an NFT

---

# Ordinal NFT Upgrades: Publicity

- Timestamps prove that an NFT was created before a particular time
Expand Down
10 changes: 5 additions & 5 deletions docs/deck/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="google" content="notranslate" />
<title>Ordinals</title>
<script>
const SLIDES = 18;
const SLIDES = 20;
let current = parseInt(window.location.hash.substring(1)) || 0;
window.location.hash = current;
document.addEventListener("keydown", function(event) {
Expand Down Expand Up @@ -183,13 +183,13 @@ <h1>Today’s Agenda</h1>
<li>Currently, anyone can assign an NFT to an ordinal.</li>
<li>This strikes some people as weird, like digital graffiti.</li>
<li>In the future, may want to give some special status, like “self-issued” if the NFT is signed with a public key that held the ordinal.</li>
</ul>
<h1>Ordinal NFT Upgrades: Timestamping</h1>
</ul></section>
<section id="18"><h1>Ordinal NFT Upgrades: Timestamping</h1>
<ul>
<li>Age is of great interest to NFT collectors</li>
<li>Including a timestamp in an NFT is an easy way to prove the age of an NFT</li>
</ul>
<h1>Ordinal NFT Upgrades: Publicity</h1>
</ul></section>
<section id="19"><h1>Ordinal NFT Upgrades: Publicity</h1>
<ul>
<li>Timestamps prove that an NFT was created before a particular time</li>
<li>Timestamps <em>don’t</em> prove that there wasn’t anything that was created earlier</li>
Expand Down