Update docs/liquid/liquid-part2.md

This commit is contained in:
b0xxer 2024-01-26 11:05:25 -06:00
parent e2d7533953
commit d290f5f801

View File

@ -188,6 +188,7 @@ We can see that we've received 200,000,000 'sats' 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, so lets begin
* Lets set a few environmental variables to make things easier:
`$ 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)