Eason Chen

Results 12 comments of Eason Chen

Have you specified that you want to call a testnet kiosk? ```typescript const kioskId = "0x6ca6a0fbcd8bb6952382aa0f590c8ab9c46d102d6704e186a6cc0a1c235d524d" const kioskClient = new KioskClient({ client, network: "testnet", }); const kiosk = await kioskClient.getKiosk(kioskId)...

Thank you. It might be already outdated as facebook keep iterating its website. Please check it does work before you merge it.

Hi @0xchloe > The new imports in `mint_nft.rs` would not pass the rust linting test since only the commented code uses them - maybe try putting them in comments? Instead...

> lgtm - thanks so much for fixing this!! Thank you. Is there anything I should do? I saw the 'Lint+Test / rust-lint (pull_request)' fail. Thank you

> I think it's just linting so I made some small modifications - this test should pass now. again, thanks for helping us maintain the tutorial : ) Thank you,...

Hi @karfly Yes, we can do it by cryptography. Please check the following proof of concept code. We can get the master key when receiving an API call while keeping...

Hi Want to know the follow-up about this proof-of-concept code. What do you guys think?

Looks good to me. Cool feature~ Thank you for tagging me.

Thank you for fixing this! Hope this can be merged soon!

@YadominJinta Thank you for your work. I tried to install your package and run it, but it stuck at `Running light execution to find functions`. Can you check it out?...