Ashe-Oro-Accelerator / hedera-nft-utilities

Hedera NFT Utilities SDK for JavaScript
Apache License 2.0
0 stars 1 forks source link

As a User I want to upload to configurable storage provider #10

Closed StanislawMazowieckiAriane closed 6 months ago

StanislawMazowieckiAriane commented 7 months ago

This functionality is already implemented in Mintbox

Acceptance criteria:

To discuss:

example return structure for a file:

{
  "content": "metadata/1.json",
  "URL": "https://dhdhsad.com/12332"
}

example return structure for an in-memory object:

{
  "content": <content>,
  "URL": "https://dhdhsad.com/12332"
}

content can be any object, array, string etc.