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).
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.
npm i @cardano-foundation/cardano-connect-with-wallet-core
Import examples and a description of the Wallet
module are available in the core module.
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.