nujan-ide
nujan-ide copied to clipboard
Web IDE, powered by Nujan, is your ultimate browser-based IDE designed to simplify the journey of writing, testing, compiling, deploying, and interacting with smart contracts on TON. Write smart contr...
Add ability to add custom libraries ( packages ) into project. It should be able to add some config file and list all dependencies developer need. Possible solutions: 1) User...
### Problem At the moment, only the FunC's language server is used, see: [lsp.ts](https://github.com/nujan-io/nujan-ide/blob/main/src/components/workspace/Editor/lsp.ts). ### Proposal Tact has it's own language server built into the [VSCode extension](https://github.com/tact-lang/tact-vscode), which may also...
### Observed behaviour At the moment, one has to do a set of heuristics to determine which compiler version of FunC or Tact the project is using. For example, to...
### Observed behaviour Build & deploy to Sandbox work as intended (or seem that way), however pressing any of the getter/receiver activation buttons results in a cryptic message in the...
Spotted with Tonkeeper Desktop v3.6.0: - Connect the wallet; - Leave the wallet application by any prefer way; - Initiate in-IDE interaction, i.e `Send internal message`, which subsequently will lead...
When you have the source code of a certain contract address, can you render the on-chain contract into the IDE and directly interact with the on-chain contract from the IDE?...