Blueprint SDK
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
Watch Video Tutorials
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)