Package Exports
- @rmrk-team/dotsama-wallet-react
- @rmrk-team/dotsama-wallet-react/dist/cjs/src/index.js
- @rmrk-team/dotsama-wallet-react/dist/esm/src/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@rmrk-team/dotsama-wallet-react) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Dotsama wallet react
Highly opinionated Dotsama react wallet.
A lot of the code is taken from Subwallet and Talisman
Opinionated because:
- uses Chakra UI for UI and styling.
- uses zustand for state management
- uses Substra hooks because reasons (provides a nice set of utils to work with polkadot.js)
Example
TODO:
- Provide a set of hooks to be used with any UI library and not just Chakra UI
- Provide a way to pass a custom config with translations and wallet list/config
- Remove @substra-hooks/core dependency