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
When creating an asset the user wants to upload a file on top of entering all the asset details that are needed to tokenize the asset.
Requirements
Add the option to upload a pdf file when creating an asset
Currently it’s pinning the file as a JSON file that’s basically { contents: base64encodedcontents }.
In the future store it as a normal file which contents just are base64encodedcontents (Jeroen ran into issues with that)
Jeroen: I think the decoding was failing because it couldn’t infer the content type, or something like that. The advantage would be that it would be more generic: external files that don’t follow this specific JSON format could more easily be used.
When properly reviewed (SR Labs?) move the encryption methods into centrifuge.js.
The text was updated successfully, but these errors were encountered:
Background
When creating an asset the user wants to upload a file on top of entering all the asset details that are needed to tokenize the asset.
Requirements
The text was updated successfully, but these errors were encountered: