https://github.com/janniks/connect
@janniks-stacks/connect
https://github.com/janniks/connect
Last synced: 10 months ago
JSON representation
@janniks-stacks/connect
- Host: GitHub
- URL: https://github.com/janniks/connect
- Owner: janniks
- License: mit
- Created: 2022-03-18T14:49:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-18T14:49:36.000Z (about 4 years ago)
- Last Synced: 2025-04-08T13:32:42.287Z (about 1 year ago)
- Language: TypeScript
- Size: 11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# `@stacks/connect`
Connect is a JavaScript library for applications built on [Stacks](https://stacks.co).
This repository includes three packages:
- [`@stacks/connect`](./packages/connect): A developer tool for building excellent user experiences in Blockstack apps
- [`@stacks/connect-react`](./packages/connect-react): A library for using `@stacks/connect` in React apps
- [`@stacks/connect-ui`](./packages/connect-ui): WebComponent-based UI for displaying an intro modal in Stacks Apps during authentication.
## Documentation
The [Stacks documentation website](https://docs.stacks.co/build-apps/overview) includes a full range of documentation 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)