Skip to content

Commit

Permalink
add pox paper
Browse files Browse the repository at this point in the history
  • Loading branch information
kantai committed Feb 6, 2020
1 parent f90deda commit 4bc6489
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
4 changes: 4 additions & 0 deletions nginx-default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ server {
try_files /static/papers/whitepaper.pdf =404;
}

location ~ /(pox.pdf) {
try_files /static/papers/pox.pdf =404;
}

location ~ /(whitepaper-ch.pdf) {
try_files /static/papers/whitepaper-ch.pdf =404;
}
Expand Down
14 changes: 13 additions & 1 deletion pages/papers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,23 @@ const documents = [
href: '/whitepaper.pdf',
language: 'en'
},
{
name: 'PoX: Proof of Transfer Mining with Bitcoin',
description: (
<>
PoX
<br />
Feb 2020
</>
),
href: '/pox.pdf',
language: 'en'
},
{
name: 'Stacks Token Economics',
description: (
<>
Whitepaper v2.0
Token Economics
<br />
Oct 2019
</>
Expand Down
Binary file added static/papers/pox.pdf
Binary file not shown.

0 comments on commit 4bc6489

Please sign in to comment.