Skip to content

Instantly share code, notes, and snippets.

View wbnns's full-sized avatar
🔵
Base.org

wbnns wbnns

🔵
Base.org
View GitHub Profile
@wbnns
wbnns / farcasterFramesResources.md
Created March 27, 2024 12:32
Guides and resources for to learn more about how to get started building Farcaster Frames
@wbnns
wbnns / getCurrentBaseBlockNumber.sh
Created March 22, 2024 11:08
Get the current block number on Base using Basescan
#!/bin/bash
# Get the current Unix timestamp
timestamp=$(date +%s)
# Make the request and parse the response for the block number
blockNumber=$(curl -s "https://api.basescan.org/api?module=block&action=getblocknobytime&timestamp=$timestamp&closest=before&apikey=yourApiKey" | jq -r '.result')
echo $blockNumber
@wbnns
wbnns / uniswapContractsBaseSepolia.md
Created March 22, 2024 00:29
Uniswap V3 Base Sepolia Contract Addresses