An open API service indexing awesome lists of open source software.

https://github.com/synonymdev/ldk-garbagecollected-docker

Docker container for building the LDK garbagesollected bindings and WASM
https://github.com/synonymdev/ldk-garbagecollected-docker

Last synced: about 1 year ago
JSON representation

Docker container for building the LDK garbagesollected bindings and WASM

Awesome Lists containing this project

README

          

# ldk-garbagecollected-docker

Docker container for building the LDK garbagesollected bindings and WASM.

## Build

```
docker build . -t ldk-wasm
```

## Run

```
docker run -v /tmp:/tmp ldk-wasm
```

Freshly baked bindings are now located in your local /tmp mount point.

## Interactive Shell

Remove the Entrypoint from the Dockerfile, currently used for debugging

```
docker run -ti -v /tmp:/tmp ldk-wasm bash
```