create-tac-app
Version:
Create hybrid dApps with TAC in seconds
17 lines (11 loc) • 451 B
Markdown
create-tac-app
A CLI tool to bootstrap TAC hybrid dApp development.
# What is TAC?
TAC (TON Application Chain) is a Layer 1 blockchain with a novel TON Adapter technology that enables Ethereum developers to deploy their existing applications and reach TON and Telegram's 1 billion user base.
# Usage
```bash
Using npx (recommended)
npx create-tac-app my-tac-app
Or install globally
npm install -g create-tac-app
create-tac-app my-tac-app