0.0.12 • Published 6 months ago

ngx-seedkit v0.0.12

Weekly downloads
-
License
-
Repository
github
Last release
6 months ago

ngx-seedkit

ngx-seedkit is a lightweight and customizable wallet connection library for Angular, inspired by RainbowKit. Built on top of ngx-wagmi, it provides an elegant solution to integrate Web3 wallet connection features into your Angular applications with ease.

šŸš€ Features

  • Plug-and-play: Pre-built UI component for wallet connection.
  • Customizable: Style and extend as needed.
  • Powered by ngx-wagmi: Seamless integration with wagmi-compatible Web3 tools.

šŸ“¦ Installation

Install ngx-seedkit via npm:

npm install ngx-seedkit

šŸ› ļø Setup

  1. Configure Assets & Styles
    Update the angular.json file to include the library's assets & styles:

    "assets": [
      {
        "glob": "**/*",
        "input": "node_modules/ngx-seedkit/assets",
        "output": "/"
      }
    ],
     "styles": ["node_modules/ngx-seedkit/styles/index.css", ...],
  2. Use the Component
    Add the app-connect-button component to your Angular application. This component provides a pre-built button for wallet connection.

    Example usage in an Angular template:

    <app-connect-button></app-connect-button>

    The button will handle wallet connections automatically, integrating with the ngx-wagmi backend.


🌟 Demo

Explore the live demo and source code:
šŸ‘‰ Demo App: ngx-wagmi.vercel.app
šŸ‘‰ GitHub Repository: ngx-wagmi


šŸ“– Documentation

WIP


šŸ’¬ Feedback & Contributions

We welcome your feedback and contributions! Feel free to open issues or submit pull requests on GitHub to help us improve ngx-seedkit.


🌟 License

This library is licensed under the MIT License.

0.0.12

6 months ago

0.0.11

6 months ago

0.0.10

6 months ago

0.0.9

6 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.4

6 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago