Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.32 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.32 KB

XRPL Wallet Standard

Overview

The XRPL Wallet Standard project provides a comprehensive set of tools and libraries for building and managing XRPL (XRP Ledger) wallets. This project includes various packages that facilitate wallet creation, transaction signing, and interaction with the XRPL network.

Packages

Core Packages

  • @xrpl-wallet-standard/core: Core functionalities for standard.
  • @xrpl-wallet-standard/app: Application-level utilities and exports for XRPL wallet standard.
  • @xrpl-wallet-standard/react: React hooks and providers for integrating XRPL wallets into React applications.

Adapter Packages

  • @xrpl-wallet-adapter/base: Base adapter for XRPL wallets, providing common functionalities.
  • @xrpl-wallet-adapter/crossmark: Adapter for Crossmark wallets.
  • @xrpl-wallet-adapter/xaman: Adapter for Xaman wallets.
  • @xrpl-wallet-adapter/local-testonly: Adapter for local test wallets.

Contributing

Contributions are welcome! Please follow the guidelines below:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Commit your changes with clear messages.
  4. Create a pull request to the main repository.

License

This project is licensed under the ISC License.

Contact

For any questions or support, please open an issue on the GitHub repository.