-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
63bffef
commit 407c291
Showing
1 changed file
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,35 @@ | ||
# <div style="text-align:center; font-size: 60px;">TokenTip </div> | ||
|
||
|
||
<img src="images/TokenTipLogo.png" width="200"> | ||
|
||
<div align="center"> | ||
<div style="text-align:center; font-size: 60px;">TokenTip </div> | ||
<img src="images/TokenTipLogo.png" width="200"> | ||
<p> | ||
<b> | ||
TokenTip is a decentralized tipping platform for creators that allows you to tip other creators with their tokens. | ||
</b> | ||
</p> | ||
</div> | ||
|
||
-------------- | ||
|
||
>[!IMPORTANT] | ||
>This repo/software is for (ETH Global 2024)[https://ethglobal.com/events/london2024]. | ||
> | ||
## TokenTip | ||
|
||
Our vision for this is to allow anyone - whether they are an experienced crypto user, degen or just a person with no experience at all - to arrive at TokenTip, find a creator and tip them in crypto. | ||
|
||
Our design ethos is to utilitise existing proven blockchain technology and also selected latest and emerging blockchain technology to ensure a fluid and efficient experience for all users. | ||
|
||
|
||
## ⚙ Get started | ||
|
||
You can either get started by installing the packages yourself here: | ||
|
||
```bash | ||
cd frontend | ||
npm i | ||
npm start | ||
``` |