0.0.12 • Published 11 months ago

ngx-seedkit v0.0.12

Weekly downloads
-
License
-
Repository
github
Last release
11 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

11 months ago

0.0.11

11 months ago

0.0.10

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago