Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1004 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 1004 Bytes

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