Skip to content

Commit

Permalink
Initiate Smart Token Concept Paper
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
SmartLayer committed Nov 14, 2023
1 parent 84b525f commit f485322
Show file tree
Hide file tree
Showing 5 changed files with 1,194 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ This repository hosts the documentation source for both TokenScript and SmartLay
````
$ dita --project config/tokenscript-docsite.yaml -o out/tokenscript-docs
````
- For compiling the Smart Token paper, use:
````
$ 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
````
- For compiling the TokenScript Design paper, use:
````
$ dita --project config/tokenscript-papers.xml
Expand Down
Loading

0 comments on commit f485322

Please sign in to comment.