5. Building Block View
5.2. Whitebox
Advertiser Web UI. |
|
Admin Web UI. |
|
REST API to expose functionality. |
|
A centralized database to store relevant data. |
|
The Arbitrum smart contract stores token data. |
Advertiser |
Advertiser that uses a browser to interact with the web application. |
Admin |
Admin that uses a browser to interact with the admin application. |
Creator Portal |
The creator portal is a web application that allows creators to manage their created content. The system will be integrated with the creator portal to allow creators to receive and respond to ad requests. |
5.3. Building Blocks Level 2
5.3.1. Web Application
The web application’s purpose is to simplify access to the API application. It is a thin layer that provides a graphical interface and client-side validation.
Advertiser |
The advertiser uses a browser to interact with the web application. |
API Application |
The graphical interface of the application interfaces with the API Application. |
5.3.2. Admin Application
The admin application’s purpose is to simplify access to the API application. It is a thin layer that provides a graphical interface and client-side validation.
Admin |
The admin uses a browser to interact with the admin application. |
API Application |
The graphical interface of the application interfaces with the API Application. |
5.3.3. API Application
The API application is the real entry point to the application. It provides a REST interface to the application. Functional decomposition is used to define the API endpoints.
Report API |
Generates reports for the advertiser. |
Campaign API |
Allows the advertiser to create and manage campaigns. |
Settings API |
Allows the admin to manage white label settings for the application. |
Token Contract |
The API application reads from the token contract to determine the current state of the system. |
Database |
The API application reads from the database to determine the current state of the system. |
Creator Portal |
The API application has deep integration with the creator portal, and serves as the communication point between the advertiser and creators. |