Skip to content

Commit

Permalink
Merge pull request #177 from scaffold-eth/add-erc-721-extension
Browse files Browse the repository at this point in the history
Add ERC-721 extension
  • Loading branch information
damianmarti authored Dec 23, 2024
2 parents 7e32370 + 15ac88f commit 8790db7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,11 @@
"description": "This extension shows how to use on-chain randomness using RANDAO for truly on-chain unpredictable random sources.",
"repository": "https://github.com/scaffold-eth/create-eth-extensions",
"branch": "randao"
},
{
"extensionFlagValue": "erc-721",
"description": "This extension introduces an ERC-721 token contract and demonstrates how to use it, including getting the total supply and holder balance, listing all NFTs from the collection and NFTs from the connected address, and how to transfer NFTs.",
"repository": "https://github.com/scaffold-eth/create-eth-extensions",
"branch": "erc-721"
}
]

0 comments on commit 8790db7

Please sign in to comment.