0.0.4 • Published 5 months ago

testing-reopo-pays v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

Paysmaker: Integrate Web3 with Telegram

Overview

Paysmaker is an innovative solution designed to seamlessly integrate Web3 functionalities into the Telegram native app. This repository provides the necessary tools and documentation for projects looking to incorporate decentralized finance, smart contracts, and other Web3 components into their Telegram-based applications.

Features

  • Direct Integration with Telegram: Enables Web3 functionalities within the Telegram app, enhancing user experience.
  • Smart Contract Interaction: Facilitates communication with various smart contracts directly from Telegram chats.
  • Crypto Payments: Supports cryptocurrency transactions, allowing users to send and receive payments through Telegram.
  • User-Friendly Interface: Designed with simplicity in mind, ensuring ease of use for both developers and end-users.

Installation

To get started with Paysmaker, follow these steps:

  1. Install the required dependencies:

    npm i paysmaker

Usage

After installation, you can integrate Paysmaker into your project by following these steps:

  1. Add the Provide to the _app.js page:

    import { PaysmakerProvider } from "paysmaker";
    
    function MyApp({ Component, pageProps }) {
    
    ...
          <PaysmakerProvider paysmakerKey={key} >
                <Component {...pageProps} />
          </PaysmakerProvider >
    ...
  2. You can aquire the key by registering an account on Paysmaker Website.

  1. In your homepage you can add the button to allow users to access their wallet.

     import{ Button } from "paysmaker";
    
     function Page() {
    
     ...
         <Button
           theme={"dark"}
           image="https://app.paysmaker.com/logo-small.png"
        />
     ...

Refer to our documentation for detailed usage instructions.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

0.3.9

5 months ago

0.1.0

5 months ago

0.3.0

5 months ago

0.2.1

5 months ago

0.1.2

5 months ago

0.2.0

5 months ago

0.1.1

5 months ago

0.3.6

5 months ago

0.2.7

5 months ago

0.1.8

5 months ago

0.3.5

5 months ago

0.2.6

5 months ago

0.1.7

5 months ago

0.3.8

5 months ago

0.2.9

5 months ago

0.3.7

5 months ago

0.2.8

5 months ago

0.1.9

5 months ago

0.4.1

5 months ago

0.3.2

5 months ago

0.2.3

5 months ago

0.1.4

5 months ago

0.0.4

5 months ago

0.4.0

5 months ago

0.3.1

5 months ago

0.2.2

5 months ago

0.1.3

5 months ago

0.3.4

5 months ago

0.2.5

5 months ago

0.1.6

5 months ago

0.4.2

5 months ago

0.3.3

5 months ago

0.2.4

5 months ago

0.1.5

5 months ago

0.0.1

5 months ago