Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cardano-foundation/cardano-connect-with-wallet
This repository aims to provide useful hooks and React components as well as a framework-independent core library
https://github.com/cardano-foundation/cardano-connect-with-wallet
cardano cip-30 cip-8 cip45 html-css-javascript react storybook wallet-dapp-connector web3
Last synced: 3 months ago
JSON representation
This repository aims to provide useful hooks and React components as well as a framework-independent core library
- Host: GitHub
- URL: https://github.com/cardano-foundation/cardano-connect-with-wallet
- Owner: cardano-foundation
- License: apache-2.0
- Created: 2022-09-08T09:54:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T20:41:11.000Z (9 months ago)
- Last Synced: 2024-08-01T16:55:33.025Z (6 months ago)
- Topics: cardano, cip-30, cip-8, cip45, html-css-javascript, react, storybook, wallet-dapp-connector, web3
- Language: TypeScript
- Homepage: https://cardano-foundation.github.io/cardano-connect-with-wallet/react-storybook
- Size: 26.5 MB
- Stars: 80
- Watchers: 14
- Forks: 25
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Cardano connect with wallet
This repository aims to provide useful JavaScript and TypeScript functions to simplify the dApp developement. Those framework-independent helpers are located in the [core module](./core/).
Please take a look into the [react module](./react/) if you are looking for React components and hooks to connect browser wallets, fetch addresses and provide signing ([CIP 8](https://cips.cardano.org/cip/CIP-0008), [CIP 30](https://cips.cardano.org/cip/CIP-0030)).
## 🚀 Getting Started
### React
```zsh
npm i @cardano-foundation/cardano-connect-with-wallet
```For more detailed information and usage examples, please refer to the [storybook playground](https://cardano-foundation.github.io/cardano-connect-with-wallet/react-storybook).
A basic description is also available in the [react module](./react/).
### Core
```zsh
npm i @cardano-foundation/cardano-connect-with-wallet-core
```Import examples and a description of the `Wallet` module are available in the [core module](./core/).
## 💪 Contributing
Please have a look at our [contributing infos](CONTRIBUTING.md) to become familiar with our guidelines. There is also a short description for our development setup as we use [Storybook](https://storybook.js.org/) for testing, playing around and for supporting the development process.