Skip to content

Commit

Permalink
Write the Getting Ether section
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaaron committed Nov 29, 2019
1 parent 7813dc9 commit 7b619f7
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ Once you have a digital wallet, either restore an existing account or follow the

After having created your new account, don't forget to switch to the *Rinkeby Test Network*. By default you will be on the *Main Ethereum Network*.

Ether
^^^^^
TODO
How to get Ether
Getting Ether
^^^^^^^^^^^^^

After installing a digital wallet and creating an account, the last step before being ready to use FIN4Xplorer is to get some Rinkeby Ether (ETH). All transactions on the Ethereum (test) network cost Ether, the so called gas fee. The price depends on the current workload of the network as well as how many additions/changes to data on smart contracts your transaction causes. On test networks, Ether can be obtained for free from "faucets". On the main network, Ether has either to be earned by being an active participant in the network (running a full node and doing mining), has to be traded or has to be bought on exchanges.

For obtaining Ether on the Rinkeby test network we suggest two options:

- Using the "authenticated faucet" at `faucet.rinkeby.io <https://faucet.rinkeby.io/>`_ requires a social media post
- We build our own little faucet server that gives a small amount of ETH per click if the user has less then a threshold value: click *Request Ether* on the landing page of `demo.finfour.net <https://demo.finfour.net/>`_ and wait a little until you get a confirmation message.

0 comments on commit 7b619f7

Please sign in to comment.