Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhongnan928 authored Oct 21, 2024
1 parent f54df25 commit e468202
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@

# Step-by-Step Guide to Build a Tapp for an Existing Token/NFT in 5 Minutes
# Step-by-Step Guide to Build a Tapp Mockup for an Existing Token/NFT in 5 Minutes

## 1. Choose an Existing Token/NFT
- **Identify the token/NFT** you want to build a tapp for. It can be any token you own or want to interact with (e.g., an ERC-721 NFT or ERC-20 token).

## 2. Discuss Your Tapp Idea
- Open **Tapp Product Manager** by visiting [this link](https://chatgpt.com/g/g-jnlADIWqZ-tapp-product-manager) to brainstorm your tapp idea.
a NFT(like ERC721) tapp will be look like this on twitter
<img width="663" alt="Screenshot 2024-10-17 at 2 52 27 pm" src="https://github.com/user-attachments/assets/0d6e427b-538d-4fc4-95c9-6952068a175d">

a Fungible token(like ERC20) tapp will be look like this on twitter
<img width="837" alt="Screenshot 2024-10-17 at 2 35 08 pm" src="https://github.com/user-attachments/assets/902af78a-14e3-49c2-bd51-c8a9950734a0">

To make a Tapp Mockup, you just need to think about 3 functions you want your audience to use right from your twitter feed. ideally when your audience use those functions both of you should get some benefits.

You can Open **Tapp Product Manager** by visiting [this link](https://chatgpt.com/g/g-jnlADIWqZ-tapp-product-manager) to brainstorm your tapp idea.
- Example: You can create a tapp that sell your NFTs/token on Twitter.

## 3. Generate the TokenScript Mockup
- Can use [TokenScript Mockup Generator](https://tokenscriptmockupgenerator.tiiny.site/)



## 4. Test the TokenScript File in TokenScript Viewer
- Open [TokenScript Viewer](https://viewer.tokenscript.org/).
- Click **Add Token**, then choose **XML File** to upload the TokenScript mockup file created by Tapp Product Manager.
Expand Down

0 comments on commit e468202

Please sign in to comment.