Skip to content

Commit

Permalink
Bump IOGX
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana authored and nhenin committed Nov 14, 2023
1 parent 981a5d7 commit ea1803c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ We invite you to test [a deployed instance of the Token Plan Prototype](https://
We designed the vesting contract in the <a href="https://play.marlowe.iohk.io">Marlowe Playground</a> and then integrated it in the [Marlowe TS-SDK](https://github.com/input-output-hk/marlowe-ts-sdk) to be used in the Token Plans use case.

The vesting contract is available for use in the npm package `@marlowe.io/language-examples`
```ts
import { Vesting } from "@marlowe.io/language-examples";
```
```ts
import { Vesting } from "@marlowe.io/language-examples";
```
It is available as open source code here: [`\marlowe-ts-sdk/blob/main/packages/language/examples/src/vesting.ts`](https://github.com/input-output-hk/marlowe-ts-sdk/blob/main/packages/language/examples/src/vesting.ts)

The vesting contract is documented in our TS-SDK [API Reference](https://input-output-hk.github.io/marlowe-ts-sdk/modules/_marlowe_io_language_examples.vesting.html).
Expand Down
38 changes: 19 additions & 19 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ea1803c

Please sign in to comment.