Giter VIP home page Giter VIP logo

nft-marketplace-solution's Introduction

nft-marketplace-final-solution-code

Please run npm install on the terminal to download the appropriate packages already defined to the package.json file. Make sure you are in the source file.

**Please ensure you have downloaded the following additionally **

  1. Ganache
  2. Truffle (global installation)
  3. Metamask.io (hooked up on the browser)

To run the development server on a local host scripts: npm run start

For truffle tests and console please consult the official Truffle documentaion for updates.

Follow the course module on Udemy to build this project from the ground up: https://www.udemy.com/course/the-complete-solidity-course-blockchain-zero-to-expert/

Good luck and have fun!

nft-marketplace-solution's People

Contributors

01clarian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

nft-marketplace-solution's Issues

Token Transfer

When we transfer token to one account to another account , at that time here, we don't change _ownedTokens hash table.

  • . When we transfer token1 from acc1 to acc2 at that time, mapping of _ownedTokens is { acc1 : [token1 ,token2] }.
    • Expected result would be _ownedTokens is { acc1 : [token1] , acc2 : [token2] }
    • is it right or wrong?
    • If it right then i need to override method of transfer in ERC721Enumerable right ?

Token transfer

I think ERC721 transferfrom has some issues
I wish if you could use Hardhat for those awesome courses

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.