Skip to content

Instantly share code, notes, and snippets.

async def main():
provider = LiteBalancer.from_testnet_config(2)
await provider.start_up()
highload_wallet = await HighloadWallet.from_mnemonic(provider, mnemonics)
USER_JETTON_WALLET = (await provider.run_get_method(address=JETTON_MASTER_ADDRESS,
method="get_wallet_address",
stack=[begin_cell().store_address(highload_wallet.address).end_cell().begin_parse()]))[0]