Blueprint
Blueprint is an all-in-one development environment designed to enhance the process of creating, testing, and deploying smart contracts on the TON Blockchain.
Quick start
Documentation
Usage
Run the following in the terminal to create a new project, then follow the on-screen instructions:
npm create ton@latest
Core features
- Streamlined workflow for building, testing and deploying smart contracts
- Dead-simple deployment to mainnet/testnet using your favorite wallet (e.g., Tonkeeper)
- Blazing-fast testing of multiple smart contracts in an isolated blockchain running in-process
Requirements
- Node.js with a recent version like v18, verify version with
node -v
- IDE with TON plugins
See also
Was this article useful?