You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nim Siriwardana : CTO of MetaCask
Nim needs a polling mechanism that keeps track of what is happening on-chain. He needs updated data that shows him the current state of his contracts on chain. He presently takes the information coming off of the Casper chain and replicates it into a database. It is valuable to him to have this infrastructure be built and kept up to date by Casper Labs. He is indexing NFT’s in his contracts.
Nim would also like to get a data feed that plugs into ERP systems such as SAP for his customers.
The following endpoints can address his needs:
Endpoint: /contracts/{contract_address}/nfts
Method: GET
Description: This endpoint retrieves information about NFTs within a specific contract. The response should include metadata, ownership details, and other relevant information about the indexed NFTs.
Endpoint: /data-feed
Method: GET
Description: This endpoint provides a data feed suitable for integration with ERP systems like SAP. The data feed should offer a standardized format that can be easily consumed by external systems.
The text was updated successfully, but these errors were encountered:
Nim Siriwardana : CTO of MetaCask
Nim needs a polling mechanism that keeps track of what is happening on-chain. He needs updated data that shows him the current state of his contracts on chain. He presently takes the information coming off of the Casper chain and replicates it into a database. It is valuable to him to have this infrastructure be built and kept up to date by Casper Labs. He is indexing NFT’s in his contracts.
Nim would also like to get a data feed that plugs into ERP systems such as SAP for his customers.
The following endpoints can address his needs:
Endpoint: /contracts/{contract_address}/nfts
Method: GET
Description: This endpoint retrieves information about NFTs within a specific contract. The response should include metadata, ownership details, and other relevant information about the indexed NFTs.
Endpoint: /data-feed
Method: GET
Description: This endpoint provides a data feed suitable for integration with ERP systems like SAP. The data feed should offer a standardized format that can be easily consumed by external systems.
The text was updated successfully, but these errors were encountered: