titan-terminal
v0.1.1
Published
A powerful and flexible terminal component for TON-based applications, built with React and TON Connect integration.
Maintainers
Readme
Titan Terminal
A powerful and flexible terminal component for TON-based applications, built with React and TON Connect integration.
Table of Contents
Requirements
Before installing titan-terminal, make sure you have the following packages installed:
Install them with:
npm install @ton/core @tonconnect/ui-react react-i18nextInstallation
To install titan-terminal, use npm or yarn:
npm install titan-terminalor
yarn add titan-terminalUsage
import { Terminal } from 'titan-terminal';
function RouteComponent() {
return <div>
<Terminal />
</div>
}