nujan-ide icon indicating copy to clipboard operation
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...

Results 39 nujan-ide issues
Sort by recently updated
recently updated
newest added

### Observed behaviour Upon compilation error, user sees a cryptic "Error while building" message in the log output. And that's it, no details. ### Expected behavior or possible solutions Tact...

The Tact team has just release Tact v1.3.0 on NPM. The full CHANGELOG for Tact v1.3.0 can be found here: https://github.com/tact-lang/tact/blob/main/CHANGELOG.md#130---2024-05-03 And here are a summary of editor/IDE-relevant Tact features....

For example, the following: ```tact import "@stdlib/deploy"; // for Deployable trait fun mapTest(): Int { let m: map = emptyMap(); m.set(1, beginCell().storeUint(100, 16).endCell()); m.set(2, beginCell().storeUint(200, 16).endCell()); m.set(3, beginCell().storeUint(300, 16).endCell()); m.set(4,...

Sometimes I forget to save the file I'm working on and build and deploy the previous version instead of the current one which can be frustrating at times.

When I pick a template and open it in the IDE, I need to click on the template contract in the file explorer first and only then I can start...

A page reload seem to keep the wallet connection, successfully fetching already deployed contracts. However, any message-based interaction and even deployment is further impossible. ![image](https://github.com/nujan-io/nujan-ide/assets/135147216/5f7203a8-6453-4d88-bef2-13a3d4f4c3a3)

bug

Trying to deploy a contract with an account that had not been transitioned to the 'Active' state prompts an message that does not provide any details. *Possible solution: notify the...

![image](https://github.com/nujan-io/nujan-ide/assets/124581466/fb1c1615-9448-4ad8-a9ad-36680c2d1a1a) **A better way to input parameters ?** ![image](https://github.com/nujan-io/nujan-ide/assets/124581466/7e2af20c-84f5-47e6-8dfe-58e45738298d)

enhancement

![image](https://github.com/nujan-io/nujan-ide/assets/126338339/42ad60d8-89aa-4618-9f57-834ece9cf4c5) > Only one contract can be deployed. If you deploy a new contract, it will overwrite the previous contract, whether all contracts are written in one file or divided...