Building an Aavegotchi DApp using React + Web3

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • aavegotchi-dex-tutorial

  • You can find the completed code here: https://github.com/cgcbrown/aavegotchi-dex-tutorial

  • aavegotchi-contracts

    Aavegotchi diamond and its facets, deployment and upgrades. See the docs: https://docs.aavegotchi.com/

  • The smart contracts address This is essentially the URL of the target smart contract, we can find what this is by going on the Aavegotchi Contracts GitHub for the contracts. We want the Aavegotchi diamond address as it has access to all the facets we need.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • graph-node

    Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL

  • The Subgraph is a GraphQL API built by the Pixelcraft team on The Graph that allows you to more efficiently get data from the Aavegotchi blockchain without having to worry about any Web3 setup. It is useful for viewing data from the contract, however, it has its limitations. You cannot call methods that require gas (like petting your Aavegotchi) and some data that you want may not be integrated into the subgraph yet.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Building And Deploying A Subgraph (Part 2)

    1 project | dev.to | 3 Mar 2024
  • Error deploying subgraph on local

    2 projects | /r/thegraph | 11 Jul 2023
  • Help configuring wagmi

    2 projects | /r/solidity | 8 Jul 2023
  • Is Nethereum's GetContractQueryHandler decentralized? If not what's a decentralized alternative for C#?

    2 projects | /r/ethdev | 21 Jun 2023
  • How do you get your website to communicate with the blockchain without metamask?

    1 project | /r/ethdev | 20 May 2023