Skip to main content

Get Started with `plu-ts`

plu-ts is a Typescript-embedded smart contract programming language and a transaction creation library.

Installation

Add plu-ts as dependency

To install plu-ts you can use npm (or the node package manager of your choice) and run the following in you root project.

npm install @harmoniclabs/plu-ts

Get plu-ts from source

First clone the git repository

git clone https://github.com/HarmonicLabs/plu-ts.git

then run npm install to set up everything

npm install

and finally build the project using

npm run build

the output can be found in the dist directory under the project root.

Hello World

You now have all you need to start your adventure with Typescript smart contracts. Have a look at the hello world example contract.

Visit the plu-ts website and explore other examples.