Skip to content
This repository was archived by the owner on Mar 4, 2021. It is now read-only.

Commit dffa662

Browse files
committed
adding whitepaper.pdf into repository
1 parent 7b8fd1a commit dffa662

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

Diff for: .gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
.DS_Store
22
.node*
33
node_modules
4-
dist/*
5-
!dist/.keep

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
> Official technical document for 0xcert protocol.
44
5+
This is the official 0xcert protocol white paper repository, which provides technical details of the 0xcert protocol. The latest version of the 0xcert protocol whitepaper is available here: [0xcert-protocol.pdf](dist/0xcert-protocol.pdf)
6+
57
## Development
68

79
* Run `npm install` to install dependencies.

Diff for: dist/whitepaper.pdf

127 KB
Binary file not shown.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"main": "src/index.js",
77
"scripts": {
8-
"generate": "markdown-pdf ./src/whitepaper.md -o ./dist/whitepaper.pdf -s ./src/page.css -z ./src/highlight.css -h ./src/runnings.js -f A4 -r portrait"
8+
"generate": "markdown-pdf ./src/whitepaper.md -o ./dist/0xcert-protocol.pdf -s ./src/page.css -z ./src/highlight.css -h ./src/runnings.js -f A4 -r portrait"
99
},
1010
"author": "https://0xcert.org",
1111
"license": "MIT",

0 commit comments

Comments
 (0)