Skip to content

Commit f485322

Browse files
committed
Initiate Smart Token Concept Paper
Initiated the development of a comprehensive concept paper on Smart Tokens. This paper aims to delve deeper into the analytical and technical aspects of Smart Tokens, aligning with the rigor and style of our technical whitepapers. The focus is to provide an in-depth exploration of Smart Tokens, tracing their evolution from traditional web models to their potential transformative role in the next-generation web. Inspired by the approach of papers like "Decentralized Society: Finding Web3's Soul", this document is designed to be thought-provoking and discussion-generating, targeting an audience interested in the foundational principles and future implications of emerging technologies.
1 parent 84b525f commit f485322

File tree

5 files changed

+1194
-1
lines changed

5 files changed

+1194
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ This repository hosts the documentation source for both TokenScript and SmartLay
3434
````
3535
$ dita --project config/tokenscript-docsite.yaml -o out/tokenscript-docs
3636
````
37+
38+
- For compiling the Smart Token paper, use:
39+
````
40+
$ pandoc --toc=true --resource-path=src/papers --csl src/papers/chicago-author-date.csl --citeproc --bibliography src/papers/smart-token-paper.bib -o out/smart-token-paper.pdf src/papers/smart-token-paper.md
41+
````
42+
3743
- For compiling the TokenScript Design paper, use:
3844
````
3945
$ dita --project config/tokenscript-papers.xml

0 commit comments

Comments
 (0)