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://cardano-foundation.github.io/cardano-connect-with-wallet/react-storybook
Apache License 2.0
86 stars 26 forks source link
cardano cip-30 cip-8 cip45 html-css-javascript react storybook wallet-dapp-connector web3

Cardano connect with wallet

Tests Release conventionalcommits Discord

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.

Please take a look into the react module if you are looking for React components and hooks to connect browser wallets, fetch addresses and provide signing (CIP 8, CIP 30).

πŸš€ Getting Started

React

npm i @cardano-foundation/cardano-connect-with-wallet

For more detailed information and usage examples, please refer to the storybook playground.

A basic description is also available in the react module.

Core

npm i @cardano-foundation/cardano-connect-with-wallet-core

Import examples and a description of the Wallet module are available in the core module.

πŸ’ͺ Contributing

Please have a look at our contributing infos to become familiar with our guidelines. There is also a short description for our development setup as we use Storybook for testing, playing around and for supporting the development process.