Update docs/liquid/liquid-part2.md

This commit is contained in:
b0xxer 2024-01-30 05:51:48 -06:00
parent f4862e4149
commit b87353049a

View File

@ -120,7 +120,7 @@ We can see that we've received 200,000,000 'units' of our custom asset. However,
The publication of asset metadata info on Liquid works on a `.well-known` system where specific files are published on a webserver that you control. There are a few different steps to accomplish this: The publication of asset metadata info on Liquid works on a `.well-known` system where specific files are published on a webserver that you control. There are a few different steps to accomplish this:
1. Create a new legacy address[^4], get public key for that address. 1. Create a new legacy address[^3], get public key for that address.
2. Generate a Contract and Contract Hash using the information we want to appear in the public registry. 2. Generate a Contract and Contract Hash using the information we want to appear in the public registry.
3. Create our asset with Contract Hash embedded in it 3. Create our asset with Contract Hash embedded in it
4. If we ever want to delete the asset from the registry, generate a delete script 4. If we ever want to delete the asset from the registry, generate a delete script