Giter Site home page Giter Site logo

aalmada / honest-nft Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.03 MB

An implementation of an ERC721 featuring contract-based fairness and trust mechanisms.

License: MIT License

Solidity 32.46% TypeScript 57.60% JavaScript 3.22% HTML 1.15% CSS 5.57%
nft web3 web3-react web3-solidity

honest-nft's Introduction

Honest NFT

Note: This project is still under active development, and not all features are implemented. Expect frequent updates and changes.

Honest NFT is an Ethereum-based project that combines an ERC721 smart contract with a React front end to create a decentralized application (DApp) for minting Non-Fungible Tokens (NFTs). Let's break down the components:

  1. Smart Contract

    • The ERC721 standard ensures that each NFT is unique and indivisible.
    • Trust is established through code, making it transparent and tamper-proof.
    • Users can mint new NFTs, and the contract enforces their authenticity.
    • Developed using:
  2. Front End

    • The front end provides a user-friendly interface for interacting with Honest NFT.
    • Key features include:
      • Minting NFTs: Users can create their own NFTs.
      • Backoffice UI: An administrative interface for managing the NFT drop.
    • Developed using:

Getting Started

  1. Clone the Repository:

    git clone https://github.com/aalmada/honest-nft.git
    cd honest-nft
  2. Install Dependencies:

    • The repository is set up as a monorepo managed using pnpm, a fast, disk space efficient package manager.

    • Execute the following to install dependencies:

      pnpm install
  3. Deploy the Smart Contract:

    • The smart contract development project is in folder packages/blockchain.

    • Set the following configuration variables:

    • Compile and deploy the smart contract:

      cd packages/blockchain
      pnpm compile
      pnpm hardhat run scripts/deploy.js --network sepolia
  4. Start the React Development Server:

    • The frontend development project is in folder packages/frontend.

    • Add a .env.local file into the project folder. Copy the contents from the .env.example file.

    • Execute the following to start the React server:

      cd packages/frontend
      pnpm start

Usage

  • Visit the front end in your browser (usually at http://localhost:3000) and connect your Ethereum wallet (e.g., MetaMask).
  • Mint new NFTs or explore the marketplace.

Contributing

Contributions are welcome! Please create a pull request with your changes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

honest-nft's People

Contributors

aalmada avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.