Can we integrate Fireblocks non-custodial wallets into a local app built using Ganache/Truffle?

Currently I’ve got an app (NFT marketplace) built using Ganache and was wondering if I could generate Fireblocks wallets and have them deploy the smart contracts (NFT + ERC20).

@taeleenz38 although we do not support these tools directly from an NCW wallet, you can still deploy contracts using the CONTRACT_CALL functionality using our SDK. That would require passing a payload of the contract deployment under extraParams.

Can you elaborate further on your case, and why would you expect end users to deploy their own smart contracts?