To setup your local machine for development, please make sure you have the following:
-A modern version of Node.js (version 16.15.0 or later)
-The func CLI tool (FunC compiler)
-The fift CLI tool
-A IDE with FunC and TypeScript support
I had problem when install |func CLI tool| it problem of version ubuntu
I want solution I want an alternative solution like an online environment can install and deploy smart contract
Because i want deploy jetton smart contract on TON
PLS any help!!!
Oct 19, 2023, 1:13 PM
just do "npm create ton@latest" anywhere to create a Blueprint project with everything installed
Oct 19, 2023, 1:38 PM
https://github.com/ton-defi-org/tonstarter-contracts/#dependencies-and-requirements
check that to understand what I try to make
check that to understand what I try to make
Oct 19, 2023, 1:58 PM
This repository has been archived by the owner on Feb 1, 2023.
Use modern tools
Oct 19, 2023, 2:02 PM
this command "npm create ton@latest" enough, because it will install all libraries will need and I won't need install that manually
Oct 19, 2023, 2:30 PM
You can take advantage of 'Nujan,' a web-based IDE that offers support for the FunC programming language. To explore its features and capabilities, visit their website at https://ide.nujan.io/.
Oct 23, 2023, 1:49 AM