/Colors

A Web3 App that mints a random color as an NFT on the Blockchain

Primary LanguageJavaScript

Colors

A Web3 App that mints a random color as an NFT on the Blockchain

The Gambit

  • Make an algorithm to mint NFTs and then build a web app to sell those NFTs with smart contracts and through OpenSea
  • First make NFTs based on a singular color hex code or rgb value
  • Also make a rarity for different rgb color codes
  • Then use solidity in order for someone to generate an NFT via a smart contract
  • Build a web app to sell those NFTs and then use OpenSea as well
  • Profit???

Basic Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts.

Try running some of the following tasks:

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help