Skip to content

Commit

Permalink
Delete prereqs and merge contents with getting-started
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaaron committed Nov 28, 2019
1 parent f09afd0 commit 1eb3722
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 16 deletions.
13 changes: 13 additions & 0 deletions docs/getting-started.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
Getting started
===============

MetaMask
^^^^^^^^

FIN4Xplorer consists of two parts:

- Smart contracts that are deployed to the Ethereum network (the Rinkeby test network for now). The entire functionality is in these smart contracts. Everything could also be done by interacting to them via a command line.
- A "frontend" in the form of a *Web DApp* that acts as an user interface for convenient interaction with said smart contracts. Web apps run directly in the browser, both on desktop computers and on smartphones. DApp stands for distributed app and means that it runs on a blockchain. The only, yet significant, difference this makes to a visitor of a Web DApp, is that a bridge to the blockchain is needed. MetaMask acts as such a bridge.

In desktop browsers MetaMask can be installed as extension and for mobile (iOS and Android) they have an early-access App. Links to all installations can be found at http://metamask.io.

Ether
^^^^^
TODO
How to get Ether
1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ The basic idea is: anyone can create tokens and anyone can claim these tokens. O
.. toctree::
:maxdepth: 2

prerequisites.rst
getting-started.rst
create-tokens.rst
claim-tokens.rst
Expand Down
15 changes: 0 additions & 15 deletions docs/prerequisites.rst

This file was deleted.

0 comments on commit 1eb3722

Please sign in to comment.