Installation
Prerequisites
Telegram Account: Ensure you have the latest version of Telegram installed.
Development Environment: Node.js (v14 or later), NPM.
Tezos/Etherlink Wallet: For testing blockchain interactions.
Install the t:connect SDK via npm
The t:connect SDK offers a react-modal and provider. The provider and the modal can be loaded separately as needed.
Install the React-Modal
The react-modal is supplied as a complete package and includes the required providers
npm install @tconnect.io/modalInstall the Etherlink Provider
npm install @tconnect.io/etherlink-providerInstall the Tezos Beacon Provider
npm install @tconnect.io/tezos-beacon-providerInstall the Tezos Wallet Connect Provider
npm install @tconnect.io/tezos-wc-providerGet an API Key
To obtain an API key, please fill out the form: https://swfe3fmu6fc.typeform.com/to/qP56yNc5
Last updated