Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Commit for Dynamic NFT and Crop XYZ #134

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Hrishikesh-Thakkar
Copy link
Member

  1. Added a new Vertical for Dynamic NFTs
  2. Added new subgraph details for cropxyz

@Hrishikesh-Thakkar Hrishikesh-Thakkar requested review from sharathkrml and 0xsarvesh and removed request for sharathkrml March 6, 2024 11:22
Copy link
Member

@0xsarvesh 0xsarvesh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some Feedbacks

protocolActionType: AirProtocolActionType! #REGISTRATION
}

type AirDynamicNftUpdateTransaction implements AirTransaction @entity {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AirNftTokenURIUpdateTransaction

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

protocolActionType: AirProtocolActionType! #SOCIAL_REGISTRATION
}

type AirDynamicNFT @entity {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AirNFT

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

type AirDynamicNFT @entity {
id: ID!
tokenId: String!
tokenAddress: AirToken!
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

token standard(ERC721, 1155) field can be added

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added

@@ -0,0 +1,76 @@
#--Airstack Schemas--

enum AirProtocolType {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to commit this file. It will be auto generated.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

sharathkrml
sharathkrml previously approved these changes Mar 8, 2024
@Hrishikesh-Thakkar
Copy link
Member Author

All Feedbacks addressed please review it @0xsarvesh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants