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

I can't create a sponsored stx transfer transaction using `doStxTransfer` from `connect-react`. I can do a sponsored contract call. I am not sure whether it is a problem with connect-react...

icebox

I'm running the following method: ```js const options = { contractAddress: "SPPEYAEM28YFZ2SJWTZRFK1B6MAZV09PB0TQPDR", contractName: "swag-1000", functionName: "claim-swag", sponsored: true, // this is a sponsored transactions functionArgs: [], appDetails: { name: "Bitcoin...

Bug 🐛
P2

Installing an extension to use an app (and the whole onboarding thereafter) must be pretty confusing for people unfamiliar with the process. I can imagine users who onboard through an...

Enhancement 💡
onboarding

Instead of requiring a manual refresh of the app upon installing the extension, we should automatically detect installation and prompt the user to proceed with authentication, either in the introductory...

icebox

When requesting from localhost, I didn't receive the UserSession/UserData correctly in the authResponse. An update to [email protected] helped me to resolve the issue. It would be great if you could...

icebox

I agree that it's confusing for a new user to see the [Gaia hub selection screens](https://forum.blockstack.org/t/user-choice-of-gaia-hub-now-available-during-onboarding/7026) during onboarding, but can we add an auth option for the app to pass...

Enhancement 💡

## Description As a user, I want to update my public profile from owl.link or similar apps that manage some profile data for me. As an app developer, I want...

🚧 this is a fork of https://github.com/hirosystems/connect/pull/274 for merging back edits and using CI

- updates main readme for readability - adds extensive `connect` readme

documentation