Placeholder NFT is an unlimited supply, fully on-chain, NFT collection available on any EVM-compatible chain. It was created for the purpose of enabling regular users, and developers to create & test different NFT formats freely, plus experiment with them.
Placeholder NFT monorepo consists of two parts, Solidity smart contracts and frontend wrapper.
- Clone the repository
git clone https://github.com/karooolis/placeholder-nft.git
. - Install the dependencies
yarn install
. - Then, you may work on either the frontend, or the smart contracts, part:
3.1 In order to work on smart contracts, continue with instructions in Placeholder NFT contracts.
3.2 In order to work on the frontend, continue with instructions in Placeholder NFT frontend.