Add liquid.js documentation.

This commit is contained in:
Miguel Medeiros
2021-08-10 13:03:23 -03:00
parent 1873eb41c6
commit 62902ba8c7
7 changed files with 934 additions and 111 deletions

View File

@@ -6,7 +6,7 @@ const init = async () => {
liquid: { addresses },
} = mempoolJS();
const address = '1wizSAYSbuyXbt9d8JV8ytm5acqq2TorC';
const address = 'Go65t19hP2FuhBMYtgbdMDgdmEzNwh1i48';
const myAddress = await addresses.getAddress({ address });
console.log(myAddress);

View File

@@ -6,7 +6,7 @@ const init = async () => {
liquid: { addresses },
} = mempoolJS();
const address = '1wizSAYSbuyXbt9d8JV8ytm5acqq2TorC';
const address = 'Go65t19hP2FuhBMYtgbdMDgdmEzNwh1i48';
const myAddress = await addresses.getAddress({ address });
console.log(myAddress);