Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

ragnarok22/nfteate

Repository files navigation

NFTéate

Create NFT for OpenSea

Run the smart contracts

How run locally

This project use truffle for easy deploy.

Command for compiling smart contract:

truffle compile

Command for deploy smart contract

truffle migrate

Running the smart contract tests

truffle test

Mint NFT

Enviroment variables

ALCHEMY_KEY: the key for alchemy MNEMONIC: the mnemonic for the private key NETWORK: the network name OWNER_ADDRESS: the owner address NFT_CONTRACT_ADDRESS: the address of the smart contract

Command for minting NFT

yarn mint