Wallet Playground
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
cd developer-platform-sdk-examples/sdk-examples/categories/wallet
npm installimport { Client } from '@crypto.com/developer-platform-client';
Client.init({
apiKey: 'your-crypto.com-developer-platform-api-key',
});npm run devnpm run buildnpm run preview