Skip to content

feliperucunha/nft-project

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

New Age NFT

A Minting NFT Platform that can handle actual Minting of my NFTs usign ThirdWeb and the Rinkeby Network.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact

About The Project

This is a plataform build for learning purposes and it is not completed yet, but I'm working hard to improve it even further. Many things have been improved and there are many more to come. The Admin with the Sanity account can add new collections through the panel and using the Thirdweb account the admin can also add more NFT Collections and although this is using a testing network, it works just like the real thing. I have to thank Sonny Sangha for helping me to start developing this project from the ground up.

(back to top)

Built With

This section should list any major frameworks/libraries used to build this project.

(back to top)

Getting Started

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

Prerequisites

First of all you need the package manager YARN, to install it use the command below:

  • npm
    npm install yarn@latest -g

Installation

  1. Get a free API Key at https://sanity.io/
  2. Clone the repo
    git clone https://github.com/feliperucunha/nft-project.git
  3. Install NPM packages
    yarn
  4. Enter your API in .env
    NEXT_PUBLIC_SANITY_DATASET = 'ENTER YOUR API'
    NEXT_PUBLIC_SANITY_PROJECT_ID = 'ENTER YOUR API'
    SANITY_API_TOKEN = 'ENTER YOUR API'
  5. Run the Frontend
yarn run dev
  1. Run Sanity
/sanitynft sanity start
  1. Create your account at https://thirdweb.com/
  2. Create your account at https://metamask.io/ and install it
  3. Get the fake currency at https://rinkebyfaucet.com/

(back to top)

Usage

You can scroll through the home screen and click one of the projects below to be taken to the specific collection page. Then you see the information about the collection and you can mint it by clicking the button down below. Your metamask widget will open so you the do that and fulfill the purchase.

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

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

(back to top)

License

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

(back to top)

Author


Felipe Cunha

(back to top)

Contact

Gmail Linkedin Telegram Whatsapp Instagram

(back to top)

About

A NFT Platform (Web 3.0) Built on Next.js, TypeScript and Sanity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published