5. Building Block View
5.2. Whitebox
Claims Web UI. |
|
The Ethereum smart contract stores $RUG token information. |
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.
NFT holder |
Uses the web app to claim $RUG. |
$RUG holder |
Uses the web app to convert $RUG to $RDAO. |
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.
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. |