Blueprint
Blueprint is an all-in-one development environment designed to enhance the process of creating, testing, and deploying smart contracts on TON blockchain.
Quick start
Documentation
Usage
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
Requirements
- Node.js with a recent version like v18, verify version with
node -v
- IDE with TON plugins
See also
Was this article useful?