lukeajtodd / buildspacce-nft-collection

NFT Collection (Built with help from Buildspace)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NFT Collection

Built as part of the run through around Ethereum, Solidity and shipping that stuff on Buildspace!

Initialisation

  • Copy the env.example file to .env and fill in the relevant details -- We used Alchemy for the Rinkeby testnet clone to work with -- The private key is the account you want to mint with
  • npm i that goodness

Running it

  • npx hardhat run scripts/run.ts -- This will be for local testing within hardhat. The script can be rejigged for what you need to do. It currently mints a single NFT.
  • npx hardhat run scripts/deploy.ts -- This will deploy the current smart contracts (alongside compiling them) to the Rinkeby testnet that we have set up.

Todo

  • Improved UI and personal styling
  • Show the currently connected wallets minted NFTs on the main page
  • Limit the total supply of the NFT

About

NFT Collection (Built with help from Buildspace)


Languages

Language:Solidity 33.7%Language:Vue 28.1%Language:TypeScript 15.6%Language:CSS 12.9%Language:JavaScript 8.7%Language:Shell 1.0%