create-tac-app
v0.5.0
Published
Create hybrid dApps with TAC in seconds
Maintainers
Readme
Create TAC App
The easiest way to get started with TAC is by using create-tac-app. This CLI tool enables you to quickly start building a new TAC hybrid dApp, with everything set up for you. You can create a new app using the default TAC template, which includes a Next.js frontend with integrated Hardhat smart contracts. To get started, use the following command:
Interactive
You can create a new project interactively by running:
npx create-tac-app@latest
# or
yarn create tac-app
# or
pnpm create tac-app
# or
bunx create-tac-appYou will be asked for the name of your project:
✔ What is your project name? … my-tac-appNon-interactive
You can also pass the project name as a command line argument to set up a new project non-interactively. See create-tac-app --help:
Usage: create-tac-app [project-name] [options]
Arguments:
project-name name of the project
Options:
-V, --version display version number
-v, --verbose enable verbose logging
--skip-install skip dependency installation
-h, --help display help for commandExamples
# Create a project named "my-dapp"
npx create-tac-app@latest my-dapp
# Create with verbose logging
npx create-tac-app@latest my-dapp --verbose
# Create without installing dependencies
npx create-tac-app@latest my-dapp --skip-installWhat You Get
Your new TAC project includes:
- Next.js Frontend - Modern React framework with App Router
- Hardhat Integration - Smart contract development environment
- TAC SDK - Pre-configured blockchain integration
- TypeScript Support - Full type safety across the stack
What is TAC?
TAC is a Layer 1 blockchain with novel TON Adapter technology that enables Ethereum developers to deploy their existing applications and reach TON and Telegram's 1 billion user base.
Learn More
Contributing
We welcome contributions! Please see our Contributing Guide for details.
