Skip to content

Instantly share code, notes, and snippets.

View pavlovdog's full-sized avatar
🎯
Focusing

Sergey Potekhin pavlovdog

🎯
Focusing
View GitHub Profile
import axios from "axios";
import { cleanEnv, num, str } from "envalid";
import { mnemonicToAccount } from 'viem/accounts';
const env = cleanEnv(process.env, {
FID: num(),
MNEMONIC: str(),
NEYNAR_API_KEY: str(),
});