alvaro-8a / graph-nft-marketplace-fcc

Learning from FCC and Patrick Collins about Smart Contracts and Full Stack Web3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TheGraph Event Indexing

MIT License LinkedIn

About The Project

This project represents the indexing of the NFT Marketplace Smart Contract events on TheGraph Protocol

TheGraph is an indexing protocol for querying networks like Ethereum and IPFS. It allows us to store the data of the events emited by the Smart Contract in a decentralized way (unlike Moralis)

(back to top)

Etherscan verification

This project also includes automatic verification of the contract for real networks. The verification is only executed when running on real networks

(back to top)

Built With

(back to top)

Getting Started

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

Prerequisites

Make sure you have already installed Node.js in your device. Also make sure you have yarn installed, in case you don't, install it:

  • yarn
    npm install --global yarn

Installation

  1. Clone the repo
    git clone https://github.com/alvaro-8a/graph-nft-marketplace-fcc.git
  2. Install YARN packages
    yarn install

(back to top)

Usage

You can use this code it as a template to develop your own Smart Contract Event Indexing system

Note: This project is a demo and I don't recommend using it without changes, there are many things that can be improved so take in consideration before using it.

(back to top)

Roadmap

  • [✔️] Schema Graphql
  • [✔️] Event Handlers

See the open issues for a full list of proposed features (and known issues).

(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 or an improvement 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)

Contact

Your Name - @alvaro_8a_ - alvaroblanco8a@gmail.com

Project Link: https://github.com/alvaro-8a/graph-nft-marketplace-fcc

(back to top)

Acknowledgments

(back to top)

About

Learning from FCC and Patrick Collins about Smart Contracts and Full Stack Web3

License:MIT License


Languages

Language:TypeScript 100.0%