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)
This project also includes automatic verification of the contract for real networks. The verification is only executed when running on real networks
To get a local copy up and running follow these simple steps.
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
- Clone the repo
git clone https://github.com/alvaro-8a/graph-nft-marketplace-fcc.git
- Install YARN packages
yarn install
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.
- [✔️] Schema Graphql
- [✔️] Event Handlers
See the open issues for a full list of proposed features (and known issues).
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Your Name - @alvaro_8a_ - alvaroblanco8a@gmail.com
Project Link: https://github.com/alvaro-8a/graph-nft-marketplace-fcc