-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (62 loc) · 2.06 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>tipit.io EOS blockchain tipping and money sending application</title>
<link rel="stylesheet" type="text/css" href="css/style2.css">
</head>
<body>
<header id="main-header">
<div class="container">
<h1>Social Tipping & Money Sending Bot</h1>
Tipit for social platforms using EOS blockchain
</div>
</header>
<!--<nav id="navbar">
<div class="container">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</nav>
-->
<section id="showcase">
<div class="container">
<h1> TipIt now available for Discordapp.
</div>
</section>
<div class="container">
<!--<section id="main"> -->
<h1>Quickly and Easily Send Money!</h1>
Tipit.io allows a quick and easy way to send money to other people within popular platforms like Discord, Twitter, text, email, FaceBook, and others.
<p>Tipit uses very simple commands to check balance, send money, send to everyone in group, and others.
<br>
<br>Commands on Discordapp:
<ul>
<li>First invite @TipIt-TipBot to the Discord group.</li>
<li>Send EOS tokens to tipitaccount with your Discord name and number.
<br>=>For example EOS Memo: yourdiscord#1234
<li>!bal <br>=>Shows balance of user who runs !bal</li>
<li>!send @DiscordUser 0.1 EOS
<br>=>Sends amount of 0.1 EOS to DiscordUser from the person running the command.</li>
<li>!withdraw EOSaccount 1.0 EOS
<br>=>Withdraws 1.0 EOS to the EOSaccount
<br>This is the only time an EOS account is required.
<br>TipIt only charges on withdraws for just 1% fee.
</li>
</ul>
<a href="https://discord.gg/NpxjT3">Join Discord Tipit Server for questions</a>
</p>
<!-- </section>
<aside id="sidebar">
<p> </p>
<a href="https://discord.gg/NpxjT3">Join Discord Tipit Server for questions</a>
</aside>
-->
</div>
<footer id="main-footer">
<p>Copyright © 2018 tipit.io</p>
</footer>
</body>
</html>