Giter VIP home page Giter VIP logo

harmonyhackathonteamb's Introduction

HARMONY NFT MARKETPLACE

NFT Marketplace is a popular use case in the implementation of blockchain technology which raises the sale of NFTs art collection by digital artists.

We came up with an implementation of the same using Harmony SDK whereby we integrated the functionalities of major NFT Marketplaces.

Our maketplace impelements major use cases of most NFT marketplaces.

You can mint your NFT to our marketplace using the SDK. This also allows you to buy an NFT incase one is interested in acquring one. You can also resell the NFT after major profit as per ones requirements. The showcase is that a user of our platfrom has access to there account through Metamask crypto wallet in that you can view all your NFT collection in your profile account.

Besides the NFT collection model we tried to use the covalent API to fetch transactions data. For testnet network we had some issues the endpoints provided couldn't fecth out NFT transaction history but we were able to fetch all network chains using the covalent API. This is demonstrated in our NFT marketplace. What a step.

The showcase of the Marketplace can be seen on https://the-nfts.netlify.app/

#Stretch Goal Staking being part was a new idea of which we couldn't back down as we went ahead and tested it out. This ia still yet to be done as we will be pushing it to our repository.

To run:

npm install --force

npm start

Trouble shooting

Cant resolve ipfs-car/blockstore/memory when importing nft.storage?

-Go to node_modules/nft.storage directory.
-Make sure you have ipfs-car/dist/esm/blockstore and ipfs-car/dist/esm/pack. If not, install ipfs-car with npm i ipfs-car. Copy ipfs-car/dist/esm to nft.storage/src.
-Inside nft.storage/src, update the ipfs-car import statements in the following files like so:

-Inside platform.web.js, update to this: import { MemoryBlockStore } from 'ipfs-car/dist/esm/blockstore/memory'

-Inside lib.js, update to this: import { pack } from 'ipfs-car/dist/esm/pack'

-Inside token.js, update to this: import { pack } from 'ipfs-car/dist/esm/pack'

-This solved my problem.

harmonyhackathonteamb's People

Contributors

4samu avatar mairura avatar

Watchers

 avatar Vincent Sipoi avatar

Forkers

mairura

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.