From b4afe171475d184c23e9247b0645f219e4340430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?algobet=E2=84=A2=20concept?= Date: Sun, 2 Apr 2017 16:50:27 +0800 Subject: [PATCH] index, about, whitepaper, misc updated --- docs/about.md | 4 ++++ docs/index.md | 33 +++++++++++++++++++++---------- docs/misc.md | 49 ++++++++++++++++++++++++++++++++++++++++++++++ docs/whitepaper.md | 28 ++++++++++++++++++++++++++ mkdocs.yml | 2 +- 5 files changed, 105 insertions(+), 11 deletions(-) diff --git a/docs/about.md b/docs/about.md index 1f382e7..5341bfd 100644 --- a/docs/about.md +++ b/docs/about.md @@ -1,2 +1,6 @@ # About Quarkonium +`Quarkonium™ | algobet Labs © 2017` + +`Quarkonium` is a digital asset world. + diff --git a/docs/index.md b/docs/index.md index ad518c6..8be37fd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,16 +1,29 @@ # Welcome to Quarkonium +`Quarkonium™ | algobet Labs © 2017` +## Know-how to Read -## Commands +* In particle physics, quarkonium is made up of syndication of quarks, the elementary particles of the world. +* In our system, `Quarkonium` is a self-evolved digital asset world. +* A simulator plays an essential role in the system. -* `mkdocs new [dir-name]` - Create a new project. -* `mkdocs serve` - Start the live-reloading docs server. -* `mkdocs build` - Build the documentation site. -* `mkdocs help` - Print this help message. +## Your Steps to Go + +** Note: ** +You should have a `Dasset` account before you start using `Quarkonium`. If you do NOT have one, please request a new one at [`Dasset™`](http://dasset.trade). + +### Installation +Run your own `quarkonium` in our `smart cloud`: +``` +local$ ssh yourId@quarkonium.io +remote$ sudo docker pull quarkonium/yourId +remote$ sudo docker run -d -p 8888:8888 --name quarkonium-yourId -it quarkonium/yourId +``` + +### Test & Deployment + +### Get United + +Have A Great Day! -## Project layout - mkdocs.yml # The configuration file. - docs/ - index.md # The documentation homepage. - ... # Other markdown pages, images and other files. diff --git a/docs/misc.md b/docs/misc.md index 4576fed..dff1503 100644 --- a/docs/misc.md +++ b/docs/misc.md @@ -1 +1,50 @@ # Miscellaneous +`Quarkonium™ | algobet Labs © 2017` + +## FAQ + +### What Is `Quarkonium`? + +### What Is `Dasset`? + +### What Is `BAO`? + +### What Is `BAS`? + +### What Is `DAP`? + +### Why To Join `Quarkonium`? + +### How to Join `Quarkonium`? + +### What Is The Cost? + + +## Appendix + +### Glossary + +### Video Tutorials + +### Use Cases + +### Blockchain + + +## Disclaimer + +The information contained in this website is for general information purposes only. The information is provided by `Quarkonium™ | algobet Labs © 2017` and while we endeavour to keep the information up to date and correct, we make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability or availability with respect to the website or the information, products, services, or related graphics contained on the website for any purpose. Any reliance you place on such information is therefore strictly at your own risk. + + +## Copyright + +`Quarkonium™ | algobet Labs © 2017` + + +## Contact + +- Website: http://www.quarkonium.org +- Github: https://github.com/quarkonia/ +- Slack: quarkonium.slack.com +- Email: info@quarkonium.org + diff --git a/docs/whitepaper.md b/docs/whitepaper.md index d5049f4..2c24ee3 100644 --- a/docs/whitepaper.md +++ b/docs/whitepaper.md @@ -1 +1,29 @@ # Quarkonium - Quarkonizing the Digital World +`Quarkonium™ Whitepaper | algobet Labs © 2017` + +## Introduction to the Digital Asset World + + +## Quarkonizing the Digital Asset World + + +## Methodology + + +## Proof of Concept + + +## Products + +### Dasset + +### Blockchain Asset Omnificence (BAO) + +### Blockchain Asset System (BAS) + +### Digital Asset Platform (DAP) + + +## Miscellaneous + + diff --git a/mkdocs.yml b/mkdocs.yml index 10301ca..18d2247 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ site_name: Quarkonium pages: - - Welcome: index.md + - Home: index.md - About: about.md - BAO: bao.md - BAS: bas.md