connect icon indicating copy to clipboard operation
connect copied to clipboard

A library for building excellent user experiences with Stacks.

Results 57 connect issues
Sort by recently updated
recently updated
newest added

We'll need a new interface for an app to request accounts from the wallet per https://github.com/hirosystems/stacks-wallet-web/issues/2371. This functionality is needed in turn to unblock the development of Ledger support for...

Enhancement πŸ’‘
P1 Enhancement 🌟

I'm using `react-connect` but seems applicable to `connect` also. When calling `doOpenAuth` in an incognito window, the auth window doesn't open and my app gets stuck in "loading" state. It...

icebox

Hi, do you plan to support webpack5? Right now there is a problem related to the nodejs polypill as described in this issue: https://github.com/hirosystems/connect/issues/182 `@micro-stacks` solves the problem but it...

Enhancement πŸ’‘

In the readme there is a link to authentication https://docs.blockstack.org/build-apps/guides/authentication , but gives a 404.

Updates `@stacks/transaction` to latest beta

Am receiving these errors just after installation. TypeError: can't convert BigInt to number ./node_modules/@stacks/transactions/dist/esm/clarity/types/intCV.js C:/src/clarity/types/intCV.ts:4 ./node_modules/@stacks/transactions/dist/esm/clarity/index.js C:/Users/src/clarity/index.ts:1 ./node_modules/@stacks/transactions/dist/esm/index.js C:/Users/..../src/index.ts:1 ./node_modules/@stacks/profile/dist/esm/profileTokens.js C:/Users/..../src/profileTokens.ts:1 ./node_modules/@stacks/profile/dist/esm/index.js C:/Users/...../src/index.ts:1 ./node_modules/@stacks/auth/dist/esm/index.js C:/Users/..../src/index.ts:1 ./node_modules/@stacks/connect/dist/connect.cjs.development.js/< http://localhost:3001/static/js/vendors~main.chunk.js:196267:31

Why does openContractCall returns Promise\ instead of returning Promise\?!? The onFinish has no context, so can't pull the tx data out with a 'this.blah='. The promise is called after the...

Enhancement πŸ’‘

During the code injection, we should also make the network endpoints that are setup in the wallet available for the app to get. Eg, we could retrieve the user's chosen...

icebox

When a user gets a prompt to install the extension from an app, but they're on an unsupported browser, we show them this message: https://www.figma.com/file/8CaxP6TRWskoTO9cmlvX9M/Wallet-%F0%9F%8C%90-web?node-id=2905%3A70241 Currently we show them the...

Enhancement πŸ’‘