Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hirosystems/connect
A library for building excellent user experiences with Stacks.
https://github.com/hirosystems/connect
blockchain blockstack decentralized stacks styled-components typescript
Last synced: 4 days ago
JSON representation
A library for building excellent user experiences with Stacks.
- Host: GitHub
- URL: https://github.com/hirosystems/connect
- Owner: hirosystems
- License: mit
- Created: 2019-12-05T08:18:56.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-20T20:43:47.000Z (12 days ago)
- Last Synced: 2025-01-20T21:37:41.349Z (12 days ago)
- Topics: blockchain, blockstack, decentralized, stacks, styled-components, typescript
- Language: SCSS
- Homepage: https://connect.stacks.js.org
- Size: 14.1 MB
- Stars: 79
- Watchers: 21
- Forks: 41
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Connect is a JavaScript library for building web applications connected to [Stacks](https://stacks.co).
## ⚡️ Installation
Use your favorite package manager to install `@stacks/connect` in your project.
Follow the **Getting Started** section of the [`@stacks/connect` README](https://github.com/hirosystems/connect/tree/main/packages/connect).> Or use one of our starter-templates to bootstrap a fresh project already including connect — directly in your [browser](https://docs.hiro.so/stacksjs-starters) or using the [command-line](https://github.com/hirosystems/stacks.js-starters) locally!
> e.g. via `npm create stacks`## 📦 Packages
This repository includes three packages:
- [`@stacks/connect`](./packages/connect): The one-stop-shop tool for letting web-apps interact with Stacks web wallets.
- [`@stacks/connect-react`](./packages/connect-react): A wrapper library for making `@stacks/connect` use in React even easier
- [`@stacks/connect-ui`](./packages/connect-ui): A web-component UI for displaying an intro modal in Stacks web-apps during authentication _(used in the background by `@stacks/connect`)_.## 🌎 More Information
The [Stacks documentation website](https://docs.stacks.co/build-apps/overview) includes more examples for building apps using Connect.
It also includes guides for various aspects of Stacks application development:
- [Authentication](https://docs.stacks.co/build-apps/references/authentication)
- [Transactions](https://docs.stacks.co/understand-stacks/technical-specs#transactions)
- [Data storage](https://docs.stacks.co/build-apps/references/gaia#understand-data-storage)## 🐛 Bugs and feature requests
If you encounter a bug or have a feature request, we encourage you to follow the steps below:
1. **Search for existing issues:** Before submitting a new issue, please search [existing and closed issues](https://github.com/hirosystems/connect/issues) to check if a similar problem or feature request has already been reported.
1. **Open a new issue:** If it hasn't been addressed, please [open a new issue](https://github.com/hirosystems/connect/issues/new/choose). Choose the appropriate issue template and provide as much detail as possible, including steps to reproduce the bug or a clear description of the requested feature.
1. **Evaluation SLA:** Our team reads and evaluates all the issues and pull requests. We are avaliable Monday to Friday and we make a best effort to respond within 7 business days.Please **do not** use the issue tracker for personal support requests or to ask for the status of a transaction. You'll find help at the [#stacks-js Discord channel](https://stacks.chat/).
## 🎁 Contribute
Development of this product happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving the product.
### Code of Conduct
Please read our [Code of conduct](https://github.com/hirosystems/connect/blob/main/CODE_OF_CONDUCT.md) since we expect project participants to adhere to it.
### Contributing Guide
Read our [contributing guide](https://github.com/hirosystems/connect/blob/main/.github/CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes.
### Community
Join our community and stay connected with the latest updates and discussions:
- [Join our Discord community chat](https://stacks.chat/) to engage with other users, ask questions, and participate in discussions.
- [Visit hiro.so](https://www.hiro.so/) for updates and subcribing to the mailing list.
- Follow [Hiro on Twitter.](https://twitter.com/hirosystems)