Skip to content

Commit

Permalink
Import global file with styling roles
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaaron committed Dec 2, 2019
1 parent 8b839e9 commit 8d29f6b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/claim-tokens.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
.. include:: utils.rst

Claim tokens
=============

--> Middle icon *Claims* in the bottom navigation bar (TODO)
:raw-html:`→` :gray:`Middle icon Claims in the bottom navigation bar`

Tokens that have been created as outlined in the section about creating tokens (TODO ref), can be claimed.

Expand Down
4 changes: 3 additions & 1 deletion docs/create-tokens.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
.. include:: utils.rst

Create tokens
=============

--> Middle icon *Tokens* in the bottom navigation bar (TODO)
:raw-html:`→` :gray:`Middle icon Tokens in the bottom navigation bar`

The ability for anyone to create new tokens on the FIN4Xplorer plattform is at the heart of its concept. Once a token is created, it can be claimed by anyone. A successful claim results in having a balance on the respective token. Since we base our token contracts on the `ERC20 standard <https://en.wikipedia.org/wiki/Ethereum#Development_governance_and_EIP>`_ this balance will show up on any Ethereum digital wallet app that supports the ERC20 standard. Note that also there you would have to switch to the Rinkeby testnet for now.

Expand Down
14 changes: 14 additions & 0 deletions docs/utils.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.. global file via stackoverflow.com/a/9699353/2474159
.. via stackoverflow.com/a/46718748/2474159
.. role:: raw-html(raw)
:format: html

.. via stackoverflow.com/a/53214019/2474159
.. raw:: html

<style> .gray {color:gray} </style>

.. role:: gray

0 comments on commit 8d29f6b

Please sign in to comment.