plu-ts
An embedded DSL for Cardano smart contracts creation coupled with a library for Cardano transactions, all in Typescript (by HarmonicLabs)
TypeScript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output. (by microsoft)
plu-ts | TypeScript | |
---|---|---|
7 | 1,397 | |
157 | 101,878 | |
0.0% | 0.6% | |
8.3 | 9.8 | |
18 days ago | 4 days ago | |
TypeScript | TypeScript | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
plu-ts
Posts with mentions or reviews of plu-ts.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-18.
-
Despite all the recent events, Cardano DeFi has hit 500 million ADA in terms of Total Value Locked
Aiken OpShin Helios plu-ts Scalus (Still in development)
-
Cardano launches full EVM supported side-chain. The future is interoperable
Plu-ts (Typescript)
- Used ChatGPT-4 to Create a Simple Plutus Smart Contract
-
Midnight sidechain! As a developer I am excited that TypeScript will be the first smart contract programming language.
You can check https://github.com/HarmonicLabs/plu-ts for Typescript development on Cardano. Still early, but looks promising.
- What are the most exciting initiatives going on right now to improve the Cardano developer experience?
-
plu-ts, a library to build Cardano dApps using TypeScript
I'm very excited about the project, if that is your case too consider having a look at the repository: https://github.com/HarmonicPool/plu-ts
-
Cardano is among Top 3 Actively Developed Projects as Vasil Nears
Not anymore there are multiple compilers being buil. This is a working typescript one https://github.com/HarmonicPool/plu-ts
TypeScript
Posts with mentions or reviews of TypeScript.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-01-21.
-
Bluesky OAuth2 Client, with Vanilla JavaScript
The problem here is that there are several implementations of "how-to-do" this integration BUT with modern frameworks. The guys from @atproto.com have implemented a wonderful pack in TypeScript and some guys has some solutions with NodeJS.
-
TypeScript enums: use cases and alternatives
> Enums is going to make your TypeScript code not work in a future where TypeScript code can be run with Node.js
Apparently they're planning on adding a tsconfig option to disallow these Node-incompatible features as well [1].
Using this limited subset of TS also allows your code to compile with Bloomberg's ts-blank-space, which literally just replaces type declarations with blank spaces [2].
[1] https://github.com/microsoft/TypeScript/issues/59601
[2] https://bloomberg.github.io/ts-blank-space/
-
Programming Language Trends for 2025
The use of TypeScript in web development is being adopted by more companies, especially for large-scale projects, where its benefits are most noticeable. TypeScript improves code quality by offering static type checking, helping developers catch errors early and creating a more maintainable structure in the long term. Additionally, popular web frameworks such as React, Angular, and Vue.js are increasingly supporting TypeScript, making it a preferred choice for developers. In mobile development, Swift and Kotlin are the dominant languages, playing key roles in optimizing security and performance for iOS and Android platforms, respectively.
-
TypeScript: Getting Started With TSConfig Options
According to the documentation for TypeScript, “TypeScript is a strongly typed programming language that builds on JavaScript.”[1] The TypeScript language adds type syntax to help you catch errors early during development and keeps safeguards up while your development team grows as a project scales. TypeScript allows you to define the datatypes for variables and interfaces for objects. TypeScript uses these definitions to check your code for errors as it compiles and informs you when you are not following the definitions you set beforehand.
-
React + AI Stack for 2025
Look, I know some of you still resist TypeScript, but it's like peanut butter and jelly with React at this point. It catches mistakes early, makes refactoring less painful, supercharges your IDE's autocomplete, and gives new devs on your team built-in docs. Plus, all those fancy AI coding assistants? They work way better with strongly-typed code.
- Build and Deploy a Monorepo WebSocket web application with Turbo, Express, and Vite on Render Using Docker
-
7 Practical Tips to Minimize Your JavaScript Bundle Size
There are countless blogs and podcasts, but I find the best “newsletters” are new .d.ts files in the TypeScript repository. Just open, for example, es2024.collection.d.ts and enjoy 🙂
-
Advanced TypeScript: A Deep Dive into Modern TypeScript Development
TypeScript GitHub Repository
-
20+ Best Web Development Tools & Software (With Pricing) to Use in 2025🎉🔥🔥
25. TypeScript
-
Introduction to Hono : Advantages, Disadvantages & FAQs
Hono is developed in TypeScript, it prioritizes speed, ease of use, and enhanced productivity for developers.