/nft-generator-front

Turn the image of your choice into an NFT

Primary LanguageJavaScript


NFT GENERATOR

Turn the image of your choice into an NFT

· Report Bug · Request Feature

Table of Contents

About The Project

image

Documentation

Very small DApp to to play around with NFTs using a smart contract. You can upload an image that will be stored in the IPFS Pinata and turned into an NFT.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Install npm
  • Deploy this smart contract on the testnet of your choice and add the REACT_APP_CONTRACT_ADDRESS environment variable with the deployed address. Don't forget to create the file "../utils/MyEpicNFT.json" with the abi of the deployed smart contract.
  • Create a pinata account and add the REACT_APP_PINATA_API_KEY & REACT_APP_PINATA_SECRET_KEY environment variables.

Installation

  1. Clone the repo
git clone https://github.com/paradoux/nft-generator-front.git
  1. Install the packages
npm install
  1. Start the app
npm start
  1. Connect your wallet to this DApp

  2. Upload your image

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch using your initials (git checkout -b am/amazing-feature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin am/amazing-feature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Axel Martin - mtn.axel@gmail.com

Github - LinkedIn