@harmoniclabs/plu-ts
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "@harmoniclabs/plu-ts", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "An embedded DSL for Cardano smart contracts creation coupled with a library for Cardano transactions, all in Typescript", | ||
@@ -56,5 +56,3 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"@harmoniclabs/uint8array-utils": "^1.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@harmoniclabs/uint8array-utils": "^1.0.0", | ||
"@harmoniclabs/pair": "^1.0.0", | ||
@@ -61,0 +59,0 @@ "@harmoniclabs/bytestring": "^1.0.0", |
@@ -17,16 +17,12 @@ <p align="center"> | ||
## why plu-ts? | ||
there is the need for decentralized applications, however the tools to build a [**truly** decentralized](https://en.wikipedia.org/wiki/Decentralization) 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](https://www.typescriptlang.org/), in support for a wider developer ecosystem adoption and easier integration. | ||
`plu-ts` is a library to allow Cardano-related software to be written entirely in [typescript](https://www.typescriptlang.org/), 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 project is 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) | ||
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 | ||
## Get Started | ||
## Install | ||
@@ -42,2 +38,16 @@ You can start playing with `plu-ts` by running the following command in your project root directory | ||
## Get started | ||
Have a look at the [`plu-ts` documentation](https://pluts.harmoniclabs.tech/docs/intro) where you can find some [example projects](https://pluts.harmoniclabs.tech/docs/examples/Hello%20World) to help you get started. | ||
## Sponsors ❤️ | ||
the [sponsors.md](./sponsors.md) file contains a list of supportes of this project. | ||
Everyone of them is special and is contribuitng in making this software aviable for everyone. | ||
### Special thanks for their support goes to: | ||
[VledicFranco](https://github.com/VledicFranco) by [Drunken Dragon Entertainment](https://twitter.com/DrunkenDragnEnt) | ||
Consider having a look at the [documentation](https://www.harmoniclabs.tech/plu-ts-docs/index.html) even if it is currently being written; feel free to contribute to the [`plu-ts-docs` repository](https://github.com/HarmonicLabs/plu-ts-docs) | ||
@@ -44,0 +54,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18120
56
+ Added@harmoniclabs/cbor@^1.1.1
+ Added@harmoniclabs/pair@^1.0.0
+ Added@harmoniclabs/uplc@^1.0.0