-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhitepaper-3.html
105 lines (99 loc) · 5.03 KB
/
whitepaper-3.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Empower your kids with financial literacy and smart saving habits using DooCoins, a reward system that promotes responsibility through Web3 transparency.">
<meta name="keywords" content="DooCoins, financial literacy for kids, reward system for children, Web3 technology for families, positive reinforcement app, kids organizational skills, blockchain parenting tools, earning rewards for chores">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="burger-menu.css">
<link rel="icon" href="logo.svg" type="image/svg+xml">
<title>DooCoins Kids Rewards System - Whitepaper Product</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RWNWT85LRH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-RWNWT85LRH');
</script>
</head>
<body class="animated-background">
<div class="container">
<header class="header">
<a class="logo-group" href="/">
<img src="logo.svg" class="logo-img" alt="doo logo">
<h1 class="logo-type">DooCoins</h1>
</a>
<menu class="menu">
<li><a href="/">Home</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="whitepaper.html" class="active">Whitepaper</a></li>
<div class="connect-dropdown">
<a href="#" class="connect-button">Connect</a>
<div class="submenu">
<a href="connect-parent.html" class="submenu-button">Parent</a>
<a href="connect-kids.html" class="submenu-button">Child</a>
</div>
</div>
</menu>
<menu class="burger">
<input id="menuToggle" type="checkbox"/>
<label for="menuToggle"></label>
<li><a class="h1" href="/">Home</a></li>
<li><a class="h1" href="faq.html">FAQ</a></li>
<li><a class="h1" href="whitepaper.html">Whitepaper</a></li>
<li><a class="h1" href="connect-parent.html">Parent App Connect</a></li>
<li><a class="h1" href="connect-kids.html">Kids App Connect</a></li>
</menu>
</header>
<main class="main">
<div class="column">
<h2>Whitepaper</h2>
<div class="button-container">
<a href="whitepaper.html">
<button>Intro</button>
</a>
<a href="whitepaper-2.html">
<button>Opportunity</button>
</a>
<a href="whitepaper-3.html">
<button class="active">Product</button>
</a>
<a href="whitepaper-4.html">
<button>The Internet Computer</button>
</a>
<a href="whitepaper-5.html">
<button>Business Model</button>
</a>
<a href="whitepaper-6.html">
<button>Tokenomics</button>
</a>
<a href="whitepaper-7.html">
<button>Roadmap</button>
</a>
</div>
<h3>Product</h3>
<p>
DooCoins is a fully functional MVP, developed and deployed on The Internet Computer Blockchain. By leveraging the blockchain’s decentralized infrastructure, DooCoins operates 100% on-chain, ensuring both transparency and security for users. The platform is designed as a Progressive Web App (PWA), which allows for seamless functionality across smartphones and tablets, delivering a native app experience without the need for downloads or updates.
</p>
<h4>Parents App</h4>
<p>
Onboarding into the parents app is through NFID, allowing a user to login via wallet, passkey (face id / fingerprint), email or Google, making it accessible to Web3 and Web2 users. Parents create tasks and rewards and set DooCoins value. They monitor progress, and manage rewards for their kids.
</p>
<h4>Kids App</h4>
<p>
If a child has their own device they can set up the kids app. Onboarding is achieved through a OTP invite code, created in the parents app. kids can set personal goals, complete assigned tasks, and earn DooCoins. The app’s interface is simple, accessible, and enjoyable for children, fostering a sense of independence and accomplishment. Task completion and redeeming rewards has to be approved / declined in the parents app on the requests screen.
</p>
<h4>Technology Stack</h4>
<p>
DooCoins utilizes a technology stack that includes The Internet Computer Layer 1 Blockchain with Motoko as the backend and a React frontend. With the backend and frontend hosted fully on-chain on Internet Computer (ICP) canisters.
</p>
</div>
</main>
<footer class="footer">
<p class="small"><a href="https://internetcomputer.org">Built on The Internet Computer</a> | <a href="mailto:hello@doo.co">hello@doo.co</a> | <a href="https://twitter.com/DooCoins">X @DooCoins</a> | <a href="privacy.html">Privacy Policy</a></p>
</footer>
</div>
</body>
</html>