Skip to content

Commit

Permalink
add images to tutorial page
Browse files Browse the repository at this point in the history
  • Loading branch information
hughescoin committed Oct 8, 2024
1 parent 5546448 commit 02fe9d6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions apps/base-docs/tutorials/docs/01_basename_social_dropdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ A basename with a few text records (Github, Twitter, website) is required for th

## Set a Text Record

![image-basename](../../assets/images/basenames-tutorial/basename-profile-home.png)

To set a text record for your basename, start by visiting `https://www.base.org/name/<YOUR-BASE-NAME>`. Connect your wallet to manage your profile, then click the `Manage profile` button. Add one or more text records, such as your X (formerly Twitter) URL. Once you've added the desired records, click the `Save` button at the bottom of the page. Finally, confirm and sign the transaction to make the changes onchain.

![image-basename](img-url)
![image-basename](../../assets/images/basenames-tutorial/confirm-textrecord-update.png)

## Setting up the Environment

Expand All @@ -59,7 +61,7 @@ bun install framer-motion
bun install lucide-react
```

Create a .env file:
Create a `.env` file:

```
cp .env.local .env
Expand Down Expand Up @@ -286,7 +288,7 @@ import IdentityWrapper from '../components/IdentityWrapper';
<IdentityWrapper address={userAddress} />;
```

![image-basename](img-url)
![profile-dropdown](../../assets/images/basenames-tutorial/profile-component-dropdown.png)

Example code snippets are available for:

Expand Down

0 comments on commit 02fe9d6

Please sign in to comment.