Update docs/liquid/liquid-part2.md

This commit is contained in:
b0xxer 2024-01-26 11:13:11 -06:00
parent 345dc838f3
commit ae23561628

View File

@ -189,6 +189,8 @@ The publication of asset metadata info on Liquid works on a `.well-known` system
* Lets set a few environmental variables to make things easier: * Lets set a few environmental variables to make things easier:
`$ ASSET_REGISTRY_URL="https://assets.blockstream.info/"`
`$ export DOMAIN="nulldata.org"` (NOTE: Needs to match what you set in Bash script above) `$ export DOMAIN="nulldata.org"` (NOTE: Needs to match what you set in Bash script above)
`$ export ASSET="409b1d0cb614822ea703576b71958ab051d66ff6708b368f378f2ffea458d15a"` (NOTE: Needs to match the asset you are registering) `$ export ASSET="409b1d0cb614822ea703576b71958ab051d66ff6708b368f378f2ffea458d15a"` (NOTE: Needs to match the asset you are registering)
@ -197,7 +199,7 @@ The publication of asset metadata info on Liquid works on a `.well-known` system
Running the above will result in a file named `liquid-asset-proof-409b1d0c...` being created, and inside that file it will say `Authorize linking the domain name nulldata.org to the Liquid asset 409b1d0c...` Running the above will result in a file named `liquid-asset-proof-409b1d0c...` being created, and inside that file it will say `Authorize linking the domain name nulldata.org to the Liquid asset 409b1d0c...`
First you need to place this `liquid-asset-proof` file in the root directory of your domain under a folder named `.well-known` (ie. in this case `nulldata.org/.well-known/liquid-asset-proof-409b1d0cb614822ea703576b71958ab051d66ff6708b368f378f2ffea458d15a`)