ton-org / blueprint

TON development for professionals - all-in-one tool for writing, testing and deploying smart contracts
475 stars 95 forks source link

Rewrite Blueprint Framework Using Deno #122

Open artpani4 opened 4 months ago

artpani4 commented 4 months ago

The current implementation of the Blueprint framework relies heavily on Node.js, which includes handling complex module imports, polyfills for Buffer, and compilation steps. This results in a cumbersome and error-prone development process. Transitioning the framework to Deno could simplify the codebase by leveraging Deno's native TypeScript support, improved dependency management, and built-in utilities without the need for polyfills or additional compilation steps.

Transitioning to Deno could bring several benefits: