Content
@
0 reply
4 recasts
4 reactions
Leonardo Zizzamia
@zizzamia
Have you built a Frame with OnchainKit and made the code open source? Reply with your masterpiece, and I'll follow you back. I'm eager to learn more from developers using this new library.
5 replies
2 recasts
30 reactions
Dhai
@dhai.eth
Shipped this tutorial: https://dhaiwat.hashnode.dev/how-to-build-deploy-a-simple-farcaster-frame Repo: https://github.com/Dhaiwat10/coin-flip-farcaster-frame Love onchainkit!
1 reply
0 recast
2 reactions
Dhai
@dhai.eth
Not a masterpiece ig but it works lmao https://warpcast.com/dhai.eth/0xf83cc1fe
1 reply
0 recast
1 reaction
Leonardo Zizzamia
@zizzamia
const coinToss = Math.random() > 0.5 ? 'heads' : 'tails'; Nice! Btw this is an interesting read about Math random https://deepsource.com/blog/dont-use-math-random#:~:text=In%20most%20browsers%2C%20Math.,for%20every%20new%20random%20number.
0 reply
0 recast
0 reaction