Jay Brower (jaymothy.eth) pfp

Jay Brower (jaymothy.eth)

@jayb

153 Following
685 Followers


Jay Brower (jaymothy.eth) pfp
Jay Brower (jaymothy.eth)
@jayb
made an mcp server today that lets claude pull console logs, screenshots, type and interact with webapps never pasting a screenshot into claude ever again
0 reply
0 recast
0 reaction

Jay Brower (jaymothy.eth) pfp
Jay Brower (jaymothy.eth)
@jayb
interesting piece of advice i received last year imagine what you would do if you had full agency and then do that because you do pretty simple but powerful reminder
0 reply
0 recast
0 reaction

Jay Brower (jaymothy.eth) pfp
Jay Brower (jaymothy.eth)
@jayb
i love heroku so much. the people pushing docker for everything and everyone the past 10 years have completely lost the plot
0 reply
0 recast
0 reaction

Jay Brower (jaymothy.eth) pfp
Jay Brower (jaymothy.eth)
@jayb
wish they just defined it in terms of something like a commented gRPC interface with a contract instead of whatever this description is lol
1 reply
0 recast
1 reaction

Jay Brower (jaymothy.eth) pfp
Jay Brower (jaymothy.eth)
@jayb
can anyone explain what the x402 facilitator is supposed to do? not sure i understand this
1 reply
0 recast
2 reactions

Jay Brower (jaymothy.eth) pfp
Jay Brower (jaymothy.eth)
@jayb
unfortunately "going to mainnet" for a gambling app is just Illegal
0 reply
0 recast
0 reaction

Jay Brower (jaymothy.eth) pfp
Jay Brower (jaymothy.eth)
@jayb
24h of antibiotics and i completely reversed. ended up being a gnarly sinus infection 🤝
1 reply
0 recast
1 reaction

Jay Brower (jaymothy.eth) pfp
Jay Brower (jaymothy.eth)
@jayb
doc did a covid test, told me it was probably allergies and gave me antibiotics $224 visit, $138 for the covid test in 2025 best part is the office is right below a target that sells $25 covid tests OneMedical btw
1 reply
0 recast
2 reactions

Jay Brower (jaymothy.eth) pfp
Jay Brower (jaymothy.eth)
@jayb
kind of amazing that, despite golang being the primary language for node development for the past 5 years, "web3" development in golang has lagged so much you're like, 10 years ahead by choosing to use TypeScript. (rust like 2 years behind TS)
0 reply
0 recast
1 reaction

Jay Brower (jaymothy.eth) pfp
Jay Brower (jaymothy.eth)
@jayb
mini apps need ratings and some aggregate way of comments
1 reply
0 recast
1 reaction

Jay Brower (jaymothy.eth) pfp
Jay Brower (jaymothy.eth)
@jayb
gone absolutely feral working on mini apps the past 3 weeks
0 reply
1 recast
2 reactions

Jay Brower (jaymothy.eth) pfp
Jay Brower (jaymothy.eth)
@jayb
what's the easiest way to do a gasless USDC send on Solana? i don't actually care about the fees i just don't want to double-onramp my user
0 reply
0 recast
0 reaction

Jay Brower (jaymothy.eth) pfp
Jay Brower (jaymothy.eth)
@jayb
miniapp playbook: 1. make your app dynamically connect if it's a frame. ``` useEffect(() => { sdk.actions.ready(); (async () => { const ctx = await sdk.context; if (ctx) { console.log(`Running as FC MiniApp`); setIsInMiniapp(true); connect({ connector: farcasterFrame(), chainId: baseSepolia.id }) } else { console.log(`Running as Webapp`); setIsInMiniapp(false); } })() }, []); ``` 2. Write your /.well-known/farcaster.json 3.. Buy a $0.99 domain from namecheap, point it at Github Pages for your repo. 3. Deploy, Hit up the debug tool (https://warpcast.com/~/developers/mini-apps/preview) until everything is green. 4. Claim your app with the attestation tool (https://warpcast.com/~/developers/mini-apps/manifest) 5. Market your app :)
0 reply
0 recast
1 reaction

Jay Brower (jaymothy.eth) pfp
Jay Brower (jaymothy.eth)
@jayb
1 week in for baseflip 115+ users browsing the app 80+ transactions 250+ app opens Take-aways: - Distribution here is real - Launch on testnet, people can still have fun. If your onramp/faucet isn't front and center you are going to see users drop off
0 reply
0 recast
0 reaction

Jay Brower (jaymothy.eth) pfp
Jay Brower (jaymothy.eth)
@jayb
117 unique users on baseflip in the last week should we go to mainnet...? https://warpcast.com/miniapps/n-S6EnhiPd9y/baseflip
1 reply
0 recast
0 reaction

Jay Brower (jaymothy.eth) pfp
Jay Brower (jaymothy.eth)
@jayb
checking out reply guy
0 reply
0 recast
0 reaction

Jay Brower (jaymothy.eth) pfp
Jay Brower (jaymothy.eth)
@jayb
- boutique vending machines - payment is actually just market buying a coin - anyone can invest in the machines by market buying the coin - get token rewards for buying / loyalty happy unregistered-securities sunday
0 reply
0 recast
1 reaction

Jay Brower (jaymothy.eth) pfp
Jay Brower (jaymothy.eth)
@jayb
the next time you guys do one of those "eips" can you put the fucking chain id for the relevant chain literally anywhere on the beacon rpc
0 reply
0 recast
0 reaction

Jay Brower (jaymothy.eth) pfp
Jay Brower (jaymothy.eth)
@jayb
just tried it, the preconf doesn't help event propagation speed. you're still staring at your screen waiting for an RPC event for 1+ seconds
0 reply
0 recast
0 reaction

Jay Brower (jaymothy.eth) pfp
Jay Brower (jaymothy.eth)
@jayb
tried plugging this in today -- it pretty much nukes my app. Transactions get sent out, but events don't work as-expected. Swapping in the URL for the flashblocks builder, using viemm/wagmi.
0 reply
0 recast
0 reaction