5. Building Block View

5.1. Landscape

Diagram

5.2. Whitebox

Diagram
Table 5.1 Building blocks

Web Application

Claims Web UI.

$RUG Contract

The Ethereum smart contract stores $RUG token information.

Table 5.2 System interfaces

NFT holder

Uses the site to claim $RUG.

$RUG holder

Uses the site to convert $RUG to $RDAO.

RDAO

The Ethereum smart contract stores $RDAO token information.

5.3. Building Blocks Level 2

5.3.1. Web Application

The web application’s purpose is to simplify access to the token contracts. It is a thin layer that provides a graphical interface, facilitates interaction with the blockchain, and provides some client-side validation for an improved UX.

Table 5.3 Web application interfaces

NFT holder

Uses the web app to claim $RUG.

$RUG holder

Uses the web app to convert $RUG to $RDAO.

$RUG Contract

Reads and writes to, with the user’s connected wallet.

5.3.2. $RUG Contract

The $RUG token contract is an ERC-20 token that is used to claim $RUG tokens.

Table 5.4 $RUG contract interfaces

Web Application

While in actuality the contract is not directly interfaced with by the web app, the user is prompted to connect their wallet to the web app, which then interfaces with the contract.