Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmKio committed Mar 16, 2024
2 parents c4b0364 + 6e52058 commit 33a9a4a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
29 changes: 27 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
# <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 trying it with [this URL here](https://token-tip-me.web.app/).
2 changes: 1 addition & 1 deletion frontend/src/components/Tip/Tip.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export default function Tip() {
}
/>
<Box sx={{ mt: 1, mb: 1 }}>
{[0.001, 1, 5, 25, 100].map((amountToAdd, index) => (
{[0.05, 1, 5, 25, 100].map((amountToAdd, index) => (
<Chip
key={`${index}-quick-add`}
onClick={() => updateSendValue(+(sendValue ?? 0) + amountToAdd)}
Expand Down

0 comments on commit 33a9a4a

Please sign in to comment.