Category Archives: Uncategorized
Satoshi Nakamoto, bitcoin wallet
1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa
GitHub – bep20/token-generator: Create your own ERC20 or BEP20 Token in less than a minute with the most used Smart Contract Generator for ERC20 and BEP20 Token. No login. No setup. No coding required.
CryptoBuilder – ERC20 Token Creator | Launch Your Token Easily
This Person Does Not Exist | AI Human Face
This Person Does Not Exist | AI Human Face
Address 0x2ee3BA00800e33aD65a9aB8FD29F0BD24b7bDD36 | Etherscan
Ethereum (ETH) Blockchain Explorer
KODER she integration
GuamCoin Viewer
Do this from scratch?
⚙️ AppSheet Build Steps
✅ Step 1: Start App
- Go to AppSheet
- Choose: “Start with your own data”
- Select the Google Sheet with the two tables above
✅ Step 2: Table Settings
- Add both Members and Transfers sheets as tables
- Enable auto timestamp for Transfers[Timestamp] using AppFormula: NOW()
✅ Step 3: Views
A.
Members
View (Table)
- Columns: Phone, Credits
- View type: Table or Deck
- Name it: “Balances”
B.
Transfers
View (Table)
- Columns: FromPhone, ToPhone, Amount, Timestamp
- View type: Table
- Name it: “Transfer History”
✅ Step 4: Credit Transfer Form (optional for future)
If you later want users to send credits, we can:
- Enable a form view to submit rows to Transfers
- Use Bots to:
- Subtract credits from sender
- Add credits to receiver
✅ But for now: read-only, public info only
✅ Step 5: Make It Public
- Security → Turn user sign-in OFF
- Set Members and Transfers tables to read-only
📱 Final Public App Features