Quick Tip #5: Find Images by Text
Using OCR (Optical Character Recognition) technology, Raycast can recognize and extract text from images. Works in "Search Screenshots" and "Clipboard History" commands
๐ https://t.co/4oopVR8I7O
new rainbowkit video ๐ ๐บ
"Build an NFT Minting Site with wagmi"
ยท connected state โ `useAccount`
ยท fast TTOW โ `usePrepareContractWrite`
ยท mint โ `useContractWrite`
ยท transaction state โ `useWaitForTransaction`
ยท read contract โ `useContractRead`
https://t.co/0VWwW3SIRs
this is a an example page of now to use RainbowKit and wagmi to mint an nft
behind the scenes it uses a erc1155 smart contract deployed to rinkeby. this allows users to essentially mint infinite tokens
im amazed at how simple it is