An open API service indexing awesome lists of open source software.

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

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
```