Enrique Arrieta

Results 8 comments of Enrique Arrieta

I think you should provide this one directly from '@ionic-native/qr-scanner/ngx' in the module Like this: import { QRScanner } from '@ionic-native/qr-scanner/ngx'; Source: https://ionicframework.com/docs/native/qr-scanner

If I'm not wrong that feature from Albedo has a different goal, that function edits the original input in order to avoid someone signing something dangerous: https://github.com/stellar-expert/albedo/blob/fae9b3284ce0346debb96f63b33a96e324692523/frontend/src/actions/action-authentication-context.js#L60C62-L60C62 While the one...

@emarai For validating account ownership, I suggest using SEP-10: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0010.md That's the most used method across the stellar ecosystem

Hi @lauchaves it's ok to ask questions here, > I encountered errors related to TypeScript and ESM You can try with the latest version, the kit is intended to be...

@lauchaves make sure your bundle is importing all the dependencies correctly. The kit works with Angular, React, Vue, Svelte and others. If you're not sure if your bundle is correctly...

Hi @mootz12, even doe we found out last month that using `import {...} from '@creit.tech/stellar-wallets-kit/build/main' was a workaround for your case... I updated the building method with the latest version,...

Closing this, if it still happens with newer versions of the kit we can re-open this

Closing this for now. Since version 0.9.0 when the building process was moved from simple ts builds to a Rollup build (both commonjs and modules supported), this case error shouldn't...