lesosn-14 general question! #3023
Unanswered
TimeKeyRoll
asked this question in
Q&A
Replies: 2 comments 3 replies
-
@TimeKeyRoll See the encoded base 64 code browser or anywhere you use it they cannot understand what are you passing them, that is why at the start we are telling them that the data is suppose |
Beta Was this translation helpful? Give feedback.
2 replies
-
I have copied the linkofImage and tried to see in browser but it does not open up. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
According to Patrick this is :
Prefix for image:
data:image/svg+xml;base64,
Prefix for json:
data:application/json;base64,
Are these two functions/features of
base64
? where they are coming from?AND how they are helping us?
All i understand is : At First we have had our
SVG image
turned intobase64
so it could be saved on blockchain and then we would want our metadata to switched its json data tobase64
. AND we will append both of the data.I understand his language but not the concept
could anyone explain this to me in layman language please?
Beta Was this translation helpful? Give feedback.
All reactions