Skip to content

Commit 6143631

Browse files
Gintmanhussein11
andauthored
Add Wallet Tools section with LunoKit integration library (#1121)
* Add Wallet Tools section with LunoKit integration library Add a new "Wallet Tools" section for libraries and SDKs that help developers quickly and easily integrate wallet functionality into their dApps. Add LunoKit - a React library that simplifies wallet integration with unified API for 9+ Polkadot wallets, pre-built components, TypeScript support, and compatibility with major Polkadot APIs. Helps developers add wallet functionality without building from scratch.LunoKit is supported by the Web3 Foundation Grants Program. * fix: llms * fix: site-index * fix: merge conflicts --------- Co-authored-by: nhussein11 <[email protected]>
1 parent 413bf75 commit 6143631

File tree

6 files changed

+311
-221
lines changed

6 files changed

+311
-221
lines changed

.ai/categories/dapps.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10809,6 +10809,9 @@ Wallet types fall into two categories based on their connection to the internet:
1080910809

1081010810
- **[Hot wallets](#hot-wallets)**: Online storage through websites, browser extensions or smartphone apps.
1081110811
- **[Cold wallets](#cold-wallets)**: Offline storage using hardware devices or air-gapped systems.
10812+
- **[Wallet Tools](#wallet-tools)**: Libraries and SDKs for integrating wallet functionality into dApps.
10813+
10814+
1081210815

1081310816
## Hot Wallets
1081410817

@@ -10863,6 +10866,24 @@ Wallet types fall into two categories based on their connection to the internet:
1086310866
</div>
1086410867

1086510868

10869+
</div>
10870+
10871+
## Wallet Tools
10872+
10873+
<div class="grid cards" markdown>
10874+
10875+
- __LunoKit__
10876+
10877+
---
10878+
10879+
A comprehensive React library for integrating Polkadot wallet connections into decentralized applications. Provides a unified API for connecting to major Polkadot ecosystem wallets including Polkadot{.js}, SubWallet, Talisman, Nova Wallet, PolkaGate, WalletConnect, Enkrypt, Fearless, and Mimir. Features include pre-built UI components with customizable theming, comprehensive React hooks library, full TypeScript support, multi-chain support for Polkadot, Kusama and parachains, and flexible integration patterns. Use as a complete solution with built-in chain support or integrate only wallet connection features with your preferred API solution (Dedot, PAPI, @polkadot/api).
10880+
10881+
[:octicons-arrow-right-24: Reference](https://www.lunolab.xyz/){target=\_blank}
10882+
10883+
10884+
</div>
10885+
10886+
1086610887
---
1086710888

1086810889
Page Title: XCM Channels

.ai/categories/tooling.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21444,6 +21444,9 @@ Wallet types fall into two categories based on their connection to the internet:
2144421444

2144521445
- **[Hot wallets](#hot-wallets)**: Online storage through websites, browser extensions or smartphone apps.
2144621446
- **[Cold wallets](#cold-wallets)**: Offline storage using hardware devices or air-gapped systems.
21447+
- **[Wallet Tools](#wallet-tools)**: Libraries and SDKs for integrating wallet functionality into dApps.
21448+
21449+
2144721450

2144821451
## Hot Wallets
2144921452

@@ -21498,6 +21501,24 @@ Wallet types fall into two categories based on their connection to the internet:
2149821501
</div>
2149921502

2150021503

21504+
</div>
21505+
21506+
## Wallet Tools
21507+
21508+
<div class="grid cards" markdown>
21509+
21510+
- __LunoKit__
21511+
21512+
---
21513+
21514+
A comprehensive React library for integrating Polkadot wallet connections into decentralized applications. Provides a unified API for connecting to major Polkadot ecosystem wallets including Polkadot{.js}, SubWallet, Talisman, Nova Wallet, PolkaGate, WalletConnect, Enkrypt, Fearless, and Mimir. Features include pre-built UI components with customizable theming, comprehensive React hooks library, full TypeScript support, multi-chain support for Polkadot, Kusama and parachains, and flexible integration patterns. Use as a complete solution with built-in chain support or integrate only wallet connection features with your preferred API solution (Dedot, PAPI, @polkadot/api).
21515+
21516+
[:octicons-arrow-right-24: Reference](https://www.lunolab.xyz/){target=\_blank}
21517+
21518+
21519+
</div>
21520+
21521+
2150121522
---
2150221523

2150321524
Page Title: Wallets for Polkadot Hub

.ai/pages/develop-toolkit-integrations-wallets.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Wallet types fall into two categories based on their connection to the internet:
1515

1616
- **[Hot wallets](#hot-wallets)**: Online storage through websites, browser extensions or smartphone apps.
1717
- **[Cold wallets](#cold-wallets)**: Offline storage using hardware devices or air-gapped systems.
18+
- **[Wallet Tools](#wallet-tools)**: Libraries and SDKs for integrating wallet functionality into dApps.
19+
20+
1821

1922
## Hot Wallets
2023

@@ -67,3 +70,21 @@ Wallet types fall into two categories based on their connection to the internet:
6770
[:octicons-arrow-right-24: Reference](https://vault.novasama.io/){target=\_blank}
6871

6972
</div>
73+
74+
75+
</div>
76+
77+
## Wallet Tools
78+
79+
<div class="grid cards" markdown>
80+
81+
- __LunoKit__
82+
83+
---
84+
85+
A comprehensive React library for integrating Polkadot wallet connections into decentralized applications. Provides a unified API for connecting to major Polkadot ecosystem wallets including Polkadot{.js}, SubWallet, Talisman, Nova Wallet, PolkaGate, WalletConnect, Enkrypt, Fearless, and Mimir. Features include pre-built UI components with customizable theming, comprehensive React hooks library, full TypeScript support, multi-chain support for Polkadot, Kusama and parachains, and flexible integration patterns. Use as a complete solution with built-in chain support or integrate only wallet connection features with your preferred API solution (Dedot, PAPI, @polkadot/api).
86+
87+
[:octicons-arrow-right-24: Reference](https://www.lunolab.xyz/){target=\_blank}
88+
89+
90+
</div>

0 commit comments

Comments
 (0)