SebastienBielecki / nft-project-smart-contract

Solidity smart contract for NFT creation

Home Page:https://nfp-project.binucci04.repl.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Content

This repo repo contains the Solidity smart-contract code check the other repo for the front-end of the application.

App Features

  • connect with your wallet
  • IMPORTANT: connect to the Rinkeby Ethereum test network
  • Mint an NFT. The NFT is cool 3-words Random square
  • check-it on Opensea.io

Try the app

https://nfp-project.binucci04.repl.co

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

About

Solidity smart contract for NFT creation

https://nfp-project.binucci04.repl.co


Languages

Language:Solidity 78.0%Language:JavaScript 22.0%