Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# 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](./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.