Looking for Fungible Asset on Testnet #192
-
Discord user IDsnorky_the_dragon Describe your question in detail.I'm trying to build an app that uses the aptos sdk to transfer layerzero usdc between accounts. To start developing, I need some kind of testnet usdc. Does that exit? Is there a faucet for it? Barring that, is there some other fungible asset that exists on aptos testnet? Ideally with a faucet? I've already built an app that transfers the native Am I best off just creating my own with the "Your First Fungible Asset" tutorial? What error, if any, are you getting?No response What have you tried or looked at? Or how can we reproduce the error?The 'coinlist' on aptoscan's testnet is empty - maybe this is an error? I imagine that'd be the first place to look for something Saw this FACoin tutorial, wondered if maybe this has some kind of canonical address, and/or if there was some kind of existing faucet for it? Which operating system are you using?macOS Which SDK or tool are you using? (if any)TypeScript SDK Describe your environment or tooling in detailNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I'm not aware of any official lzUSDC on testnet. It should be fairly straightforward to use your own FA to play around with. You can use the FA move-examples to help you customize as well. Just publish the package to testnet, mint to various accounts/fungible stores, and begin testing! |
Beta Was this translation helpful? Give feedback.
-
@anthonyjoeseph hi there, I'm trying to check some fungible asset txs, |
Beta Was this translation helpful? Give feedback.
I'm not aware of any official lzUSDC on testnet.
It should be fairly straightforward to use your own FA to play around with. You can use the FA move-examples to help you customize as well. Just publish the package to testnet, mint to various accounts/fungible stores, and begin testing!