Using Blueprint
A development environment for TON for writing, testing, and deploying smart contracts.
Quick start 🚀​
Run the following in terminal to create a new project and 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 (eg. Tonkeeper)
 - Blazing fast testing of multiple smart contracts in an isolated blockchain running in-process
 
Tech stack​
- Compiling FunC with https://github.com/ton-community/func-js (no cli)
 - Testing smart contracts with https://github.com/ton-org/sandbox
 - Deploying smart contracts with TON Connect 2.0 compatible wallets or a 
ton://deeplink 
Requirements​
- Node.js with a recent version like v18, verify version with 
node -v - IDE with TypeScript and FunC support like Visual Studio Code with the FunC plugin
 
References​
GitHub​
Materials​
- Blueprint using on DoraHacks stream
 - Create a new project
 - Develop a new smart contract
 - [YouTube] Func with Blueprint EN (RU version)