This tutorial uses the Neynar Rust SDK
This SDK is in beta and may change in the future.
Please let us know if you encounter any issues or have suggestions for improvement.
Prerequisites
- Install Rust (using rustup)
- Get your Neynar API key from neynar.com
Project Setup
Initialize Project DirectoryImplementation: Look up a user by their verified address
Replace the contents ofsrc/main.rs
with the following code: