diff --git a/docs/liquid/liquid-part2.md b/docs/liquid/liquid-part2.md index e865255..822d569 100644 --- a/docs/liquid/liquid-part2.md +++ b/docs/liquid/liquid-part2.md @@ -187,6 +187,11 @@ 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) + `$ echo "Authorize linking the domain name $DOMAIN to the Liquid asset $ASSET" > liquid-asset-proof-$ASSET` +