Package Exports
- @anastasia-labs/plu-ts
- @anastasia-labs/plu-ts/dist/index.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 (@anastasia-labs/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
what is plu-ts?
plu-ts
is 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 is composed mainly of two parts: on-chain and off-chain;
the on-chain exports all the necessary for you to build your smart contract as an eDSL (embedded Domain Specific Language) the off-chain one allows you to build transactions
Install
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 from this repository
npm install https://github.com/HarmonicLabs/plu-ts
Get started
<<<<<<< HEAD
Have a look at the plu-ts
documentation where you can find some example projects to help you get started.
Have a look at the plu-ts
documentation where you can find some example projects to help you get started.
789580f286572056104ecb369a1700904b74af7c
Sponsors ❤️
the sponsors.md file contains a list of supportes of this project.
Every one of them is special and is contributing to making this software available for everyone.
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