0.0.22 • Published 7 months ago

@tconnect.io/tezos-beacon-provider v0.0.22

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

@tconnect.io/tezos-beacon-provider

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

Documentation

For detailed documentation, visit our official documentation.

Installation

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

Example

// Import provider
import { TConnectTezosBeaconProvider } from '@tconnect.io/tezos-beacon-provider';

// ...

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

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

License

MIT License

0.0.20

7 months ago

0.0.21

7 months ago

0.0.22

7 months ago

0.0.16

7 months ago

0.0.17

7 months ago

0.0.18

7 months ago

0.0.19

7 months ago

0.0.14

7 months ago

0.0.15

7 months ago

0.0.13

7 months ago

0.0.12

7 months ago

0.0.11

8 months ago

0.0.10

8 months ago

0.0.9

8 months ago

0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago