Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vang1ong7ang committed Mar 12, 2020
1 parent 37635d4 commit f80aae4
Show file tree
Hide file tree
Showing 2 changed files with 222 additions and 22 deletions.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# Dual Token Model

See the [ARTICLE](dual-token-model.ipynb)
Dual token model is discussed in this article as an improvement of the token model for [neo](https://neo.org/) and [ontology](https://ont.io/) to solve the current dillemma of GAS (or ONG).

Actually it is discussing gerneral dual token problems and it could be a reference for all dual token model blockchains not only for [neo](https://neo.org/) and [ontology](https://ont.io/).

# How to Read

## Jupyter

You need to install [jupyter](https://jupyter.org/), clone or download the code, and then open `dual-token-model.ipynb` in jupyter.

*Nothing is lost if you open the article in jupyter.*

## Github Preview

Follow the [LINK](dual-token-model.ipynb).

*Figures are lost if you open the article in github preview.*

## Github Release

Follow the [LINK](https://github.com/vang1ong7ang/DualTokenModel/releases).
Loading

0 comments on commit f80aae4

Please sign in to comment.