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
- Host: GitHub
- URL: https://github.com/synonymdev/ldk-garbagecollected-docker
- Owner: synonymdev
- License: mit
- Created: 2022-07-01T12:49:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-28T13:19:42.000Z (over 3 years ago)
- Last Synced: 2025-03-24T10:56:28.797Z (about 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```