Giter Club home page Giter Club logo

color-token-collectible-nfts's Introduction

Non Fungible Tokens (NFTs)

NFTs are unique assets in the digital world that can be bought and sold like any other piece of property, but they have no tangible form of their own. The digital tokens can be said to be like certificates of ownership for physical or virtual assets. NFTs are digital assets that run on blockchain. The value of NFTs largely stems from the idea of scarcity. Collectors of NFTs can own unique digital assets like art, sports highlights, or songs which can be bought and sold on marketplaces.

ERC-721 Standard

The ERC-721 (Ethereum Request for Comments 721) was proposed by William Entriken, Dieter Shirley, Jacob Evans and Nastassia Sachs in 2018 and it is a NonFungible Token Standard that implements an API (Application Program Interface) for tokens within Smart Contracts. It provides functionalities like:

  • Transferring of tokens from one account to another
  • Getting the current token balance of an account
  • Getting the information of the owner of a specific token and also the total supply of the token available on the network

There are some other functionalities as well like to approve that an amount of token from an account can be moved or transferred by a third party account.

If a Smart Contract implements these methods and events, it can be called an ERC721 Non-Fungible Token Contract and, once deployed, it will be responsible to keep track of the created tokens on Ethereum.

Color-Token-Collectible-NFTs

This project uses ERC-721 standard on Ethereum Blockchain to demonstarate the functioning of Non-Fungible Tokens using color codes as tokens.

Run Instructions

To run the react app:

npm install
truffle migrate --reset
npm start

Tech Stack Used

  • Truffle
  • Ganache
  • React JS
  • Solidity
  • Web3
  • MetaMask (wallet)

Contract_error (2)

Contributors

Ishan Bhardwaj

Your Name Here (Insert Your Image Link In Src

GitHub LinkedIn

Abeer Aftab

Your Name Here (Insert Your Image Link In Src

GitHub LinkedIn

color-token-collectible-nfts's People

Contributors

abeeraftab123 avatar

Watchers

 avatar  avatar

Forkers

eu09

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.