1.0.5 • Published 10 months ago

@joinerdavid0213/polkadot-connect v1.0.5

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

polkadot-connect

polkadot-connect is a library designed to facilitate seamless connections between your decentralized applications (DApps) and Polkadot wallets. It provides an easy-to-use interface for integrating wallet functionalities, ensuring a smooth user experience.

Features

  • Easy Integration: Quickly connect your DApp to various Polkadot wallets.
  • User-Friendly API: Simple methods for handling wallet connections and transactions.
  • Supports Multiple Wallets: Compatible with popular Polkadot wallets.

Installation

To install polkadot-connect, you can use npm or yarn:

npm install @joinerdavid0213/polkadot-connect

or

npm i @joinerdavid0213/polkadot-connect

Usage

Here's a quick example of how to use polkadot-connect in your DApp:

import { connectWallet } from 'polkadot-connect'

async function init() {
  const wallet = await connectWallet()
  console.log('Connected to wallet:', wallet)
}

init()

Contact

For questions or support, please open an issue on GitHub or contact us at joinercantillo0813@gmail.com.

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago