Add guide for Farcaster Frames (#300)

This commit is contained in:
Brian Doyle
2024-02-02 20:20:23 -05:00
committed by GitHub
parent cf78792bcc
commit 654ce899f5
5 changed files with 540 additions and 8 deletions

View File

@@ -96,6 +96,19 @@ module.exports = {
},
],
},
{
type: 'category',
label: 'Farcaster Frames',
collapsible: true,
collapsed: true,
items: [
{
type: 'doc',
id: 'building-with-base/guides/nft-minting-frame',
className: 'sidebar-coding',
},
],
},
{
type: 'category',
label: 'Hardhat Tools and Testing',