Skip to content

Gary-Fantom/PengolinNFT-contracts

Repository files navigation

PengolinNft

This project uses Hardhat and Solidity

HOW TO DEPLOY THE CONTRACTS:

Step 1 (Enable the correct verison of node) Use Node v16.14.0 in all windows

Step 2 (Download / clone project)

git clone this repository

or

git pull origin master

Step 3 (Install dependences)

yarn install

Step 4 (Clean local artifacts) Terminal window #1

npx hardhat clean

Step 5 (Run local blockchain) Terminal window #1

npx hardhat node

Step 6 (Deploy Auction and NFT contracts) Terminal window #2

npx hardhat run scripts/deploy.js --network localhost

• Settings for the contract can be found in deploy.js

CONTRACT FILES:

• /contracts/PengolinNft.sol

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published