← Home

DappTextStorage - User Guide

Important: Be sure to interact with the official contract at 0x88085EE767aDfDF3b9437d17e1c24135250cEfcE. You can verify activity on Base blockchain explorer.

This DappTextStorage app runs entirely on Base blockchain network. The frontend HTML pages are stored directly in smart contracts deployed on-chain, allowing anyone to access, copy, and run them locally or host independently — without relying on our platform.

1. Connecting Your Wallet

To get started, click the Connect Wallet button. Your wallet address will be shown once connected. Ensure you're using a supported wallet like MetaMask.

2. Registration

You must register to use DappTextStorage. You can register using either DappUse Tokens or ETH:

Fees are displayed next to each option.

3. Private Messages

Saving a Private Message

  1. Enter a title and message content.
  2. Optional: Check Encrypt Content to encrypt the message.
  3. If encrypting, provide your own key or generate one with Generate New Key. Save this key securely!
  4. Click Save Private Message to store it on-chain.

Viewing a Private Message

  1. Enter the message index (starting from 0).
  2. If encrypted, input the corresponding key when prompted.
  3. Click View Message to view your stored message.

4. Shared Messages

Saving a Shared Message

  1. Enter the recipient's wallet address, a title, and message content.
  2. Optional: Check Encrypt Content to protect the message.
  3. Use Generate New Key and share this with the recipient manually.
  4. Click Save Shared Message to store it.

Viewing a Shared Message

  1. Input the sender's wallet address and the message index.
  2. If encrypted, enter the encryption key you received.
  3. Click View Message to access the message.

Tips