New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@xw3/maki-ts

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xw3/maki-ts

### Empowering Mini App Developers with TON and Telegram Libraries

latest
npmnpm
Version
0.0.23
Version published
Maintainers
1
Created
Source

Xircus Maki Typescript

Empowering Mini App Developers with TON and Telegram Libraries

Built by Xircus, Maki Typescript provides a rich and comprehensive set of libraries specifically designed for developing Mini Apps on both the TON blockchain and the Telegram platform.

Key Features:

  • Unified SDK: Includes a powerful SDK written in Typescript for seamless interaction with both TON and Telegram.
  • TON Wallet Integration: Simplifies the implementation of TON wallets within your Mini Apps.
  • Telegram WebApp SDK: Fully implements the Telegram WebApp SDK, giving you access to its complete feature set.

Explore the Documentation

Dive deeper into the capabilities of Maki Typescript with our comprehensive documentation and illustrative examples available at: Xircus Maki Typescript Docs

Installation Made Easy

Get started quickly by installing the package using your preferred package manager:

npm i @xw3/maki-ts

or

yarn add @xw3/maki-ts

Quick Start for Next.js 15, React 19, and Chakra UI 3

The following snippet demonstrates a basic setup within a Next.js application using React and Chakra UI:

import { Provider } from "@/components/ui/provider";
import { MakiProvider, useInitGram } from "@xw3/maki-ts";
import type { AppProps } from "next/app";
import Script from "next/script";

export default function App({ Component, pageProps }: AppProps) {
  const { gram, onReady } = useInitGram()

  return (
    <MakiProvider gram={gram}>
      <Script src="https://telegram.org/js/telegram-web-app.js" id="telegram" onReady={onReady} />
      <Provider>
        <Component {...pageProps} />
      </Provider>
    </MakiProvider>
  )
}

Community

Check out our following places for more xircus-related content:

  • Follow @xircusweb3 on Twitter for project updates
  • Share your project using @xircusweb3
  • Join our channels for new updates @xircus
  • Join the discussions on Github xircusweb3
  • Browse the awesome-xircus list of awesome projects and resources

Support

  • Handcrafted by Xircus Developers
  • Built by Developers for Developers

FAQs

Package last updated on 30 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts