Setup
Dynamic Setup
Learn how to setup Dynamic Wallet in your Story DApp.
Optional: Official Dynamic Docs
Check out the official Wagmi + Dynamic installation docs here.
Install the Dependencies
Setup
Before diving into the example, make sure you have two things setup:
- Make sure to have
NEXT_PUBLIC_RPC_PROVIDER_URL
set up in your.env
file.- You can use the public default one (
https://aeneid.storyrpc.io
) or any other RPC here.
- You can use the public default one (
- Make sure to have
NEXT_PUBLIC_DYNAMIC_ENV_ID
set up in your.env
file. Do this by logging into Dynamic and creating a project.