⛲创建资金池
通过 UTXOSwap SDK 创建资金池
获取代币信息
const typeHash = "0x178fb47b597a56d48b549226aff59f750b4784250c7f40f781b64ef090a8a0a7" const { list } = await client.getTokenByTypeHash(typeHash); const seal = list[0]
{ decimals: 8, name: 'Seal', symbol: 'Seal', typeHash: '0x178fb47b597a56d48b549226aff59f750b4784250c7f40f781b64ef090a8a0a7', typeScript: { codeHash: '0x50bd8d6680b8b9cf98b73f3c08faf8b2a21914311954118ad6609be6e78a1b95', args: '0x2ae639d6233f9b15545573b8e78f38ff7aa6c7bf8ef6460bf1f12d0a76c09c4e', hashType: 'data1', } }
组装 Create Pool 交易
网络
当前暂定的主流代币
Last updated