Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Commit

Permalink
Add layer 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Brink committed Dec 13, 2018
1 parent 4e6ce24 commit 57934cb
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/layer_4/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Overview

Layer 4 is the top layer of the Web 3 tech stack. This is the layer at which the user interacts most easily interacts with Web 3 technology.

This layer is made up of one component.

## Components

[[Protocol-extensible user-interface cradle ("browser")|Protocol extensible user interface cradle]]

* Status
* Metamask
* MyCrypto
* Parity
49 changes: 49 additions & 0 deletions docs/layer_4/interfaces.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
## Overview
Protocol-extensible user-interface cradle is a Layer 4 component.

Examples are:
* Status
* Metamask
* MyCrypto
* Parity


## Status
### Overview
With Status your mobile device becomes a light client node on the Ethereum Network, enabling you to access Ethereum’s entire ecosystem from anywhere.

### Resources
* [Status website](https://status.im/)
* [Status wiki](https://wiki.status.im/Main_Page)

## Metamask
### Overview
MetaMask is a bridge that allows you to visit the distributed web of tomorrow in your browser today. It allows you to run Ethereum DApps right in your browser without running a full Ethereum node.

MetaMask includes a secure identity vault, providing a user interface to manage your identities on different sites and sign blockchain transactions.

### Resources
* [Metamask website](https://metamask.io/)

## MyCrypto
### Overview
MyCrypto is a free, open-source, client-side interface. It allows you to interact directly with the Ethereum blockchain while remaining in full control of your keys & your funds.

### Resources
* [MyCrypto website](https://mycrypto.com/)

## MyEtherWallet
### Overview
MyEtherWallet is a free, open-source, client-side interface. It allows you to interact directly with the Ethereum blockchain while remaining in full control of your keys & your funds.

### Resources
* [MyEtherWallet website](https://www.myetherwallet.com/)

## Parity
### Overview
Parity comes with an extensive, easy-to-use, in-built Ethereum Wallet and Ðapp environment that can be accessed via your Web browser of choice.

### Resources
* [Parity website](https://www.parity.io/)
* [Parity wiki](https://wiki.parity.io/)
* [Parity GitHub](https://github.com/paritytech/parity)

0 comments on commit 57934cb

Please sign in to comment.