JSPM

  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q83384F
  • License Apache-2.0

An embedded DSL for Cardano smart contracts creation coupled with a library for Cardano transactions, all in Typescript

Package Exports

  • @harmoniclabs/plu-ts
  • @harmoniclabs/plu-ts/dist/index.js
  • @harmoniclabs/plu-ts/dist/onchain/CEK/Machine/ExBudget
  • @harmoniclabs/plu-ts/dist/onchain/CEK/Machine/ExBudget.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@harmoniclabs/plu-ts) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

plu-ts

An embedded DSL for Cardano smart contracts creation coupled with a library for Cardano transactions, all in Typescript

why plu-ts?

there is the need for decentralized applications, however the tools to build a truly decentralized application are missing or limited to server side compilation.

what is plu-ts?

plu-ts wants to be a library to allow Cardano-related software to be written entirely in typescript, in support for a wider developer ecosystem adoption and easier integration.

the project will be composed mainly of two parts: on-chain and off-chain;

the on-chain part will take care of smart contracts creation the off-chain one will allow for transaction creation (so will take care of smart contracts interaction, among all the off-chain stuff)

Get Started

You can start playing with plu-ts by running the following command in your project root directory

npm install @harmoniclabs/plu-ts

or, equivalently, you can install directly form this repository

npm install https://github.com/HarmonicLabs/plu-ts

Consider having a look at the documentation even if it is currently being written; feel free to contribute to the plu-ts-docs repository

Project Catalyst

a collection of all proposals made in the past is in the catalyst-proposals.md file