@tconnect.io/tezos-wc-provider
TypeScript icon, indicating that this package has built-in type declarations

0.0.20 • Public • Published

@tconnect.io/tezos-wc-provider

Taquito wallet provider package for Telegram Mini App interaction with Tezos blockchain using the WalletConnect protocol.

Documentation

For detailed documentation, visit our official documentation.

Installation

npm install @tconnect.io/tezos-wc-provider

Example

// Import provider
import { TConnectTezosWcProvider } from '@tconnect.io/tezos-wc-provider';

// ...

// Initialize provider
const provider = new TConnectTezosWcProvider({
	appName: 'your_app_name',
	appUrl: 'https://...',
	bridgeUrl: 'https://tconnect.io',
	apiKey: 'your_api_key',
	network: 'mainnet',
});

// Connect to wallet
await provider.permissionRequest();

License

MIT License

Readme

Keywords

Package Sidebar

Install

npm i @tconnect.io/tezos-wc-provider

Weekly Downloads

1

Version

0.0.20

License

MIT

Unpacked Size

166 kB

Total Files

33

Last publish

Collaborators

  • tconnectio
  • robert_123