Skip to content

The-Poolz/LockDeal-NFT-API

Repository files navigation

LockDeal-NFT-API

The LockDeal-NFT-API repository contains two C# AWS Lambda functions designed to fetch and render NFT (Non-Fungible Token) images via an API. This is to use with LockDeal-NFT

Overview

  1. MetaDataAPI: This function performs an RPC request to the "LockDealNFT" contract to invoke the "getData" method. It accepts a specific PoolId provided by the user. The function then parses the received data into ERC721 standard JSON and also stores the specific NFT attributes in a DynamoDB database.

  2. ImageAPI: This function fetches NFT attributes from the DynamoDB database using a hash. It then returns a generated NFT image with the attributes printed on it.

API Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages