0.0.20 • Published 6 months ago

@tconnect.io/tezos-wc-provider v0.0.20

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

@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

0.0.20

6 months ago

0.0.14

6 months ago

0.0.15

6 months ago

0.0.16

6 months ago

0.0.17

6 months ago

0.0.18

6 months ago

0.0.19

6 months ago

0.0.12

6 months ago

0.0.13

6 months ago

0.0.11

7 months ago

0.0.10

7 months ago

0.0.9

7 months ago

0.0.8

7 months ago

0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago