https://github.com/thirdweb-example/on-chain-nft-metadata
Create & deploy an ERC721 NFT Collection with on-chain NFT metadata with ContractKit
https://github.com/thirdweb-example/on-chain-nft-metadata
Last synced: 9 months ago
JSON representation
Create & deploy an ERC721 NFT Collection with on-chain NFT metadata with ContractKit
- Host: GitHub
- URL: https://github.com/thirdweb-example/on-chain-nft-metadata
- Owner: thirdweb-example
- Archived: true
- Created: 2022-11-09T04:12:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-09T04:15:59.000Z (over 3 years ago)
- Last Synced: 2025-03-13T08:45:11.325Z (11 months ago)
- Language: Solidity
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# On-Chain NFT Metadata
This template shows you how to use [ContractKit](https://portal.thirdweb.com/contractkit) to create and deploy an ERC721 NFT Collection with on-chain metadata.
> For the full guide on using this template, see [How To Create On-Chain NFTs With ContractKit](https://blog.thirdweb.com/guides/how-to-create-on-chain-nfts-with-thirdweb/).
## Using this template
Create a clone of this repository and install the dependencies using our [CLI](https://portal.thirdweb.com/cli):
```bash
npx thirdweb@latest create --template on-chain-nft-metadata
```
### Deploying the contract
Use the CLI to [deploy](https://portal.thirdweb.com/deploy) the smart contract:
```bash
npx thirdweb@latest deploy
```