Skip to content

Commit

Permalink
chore: tx-submit-api 0.18.0 (#42)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 authored Oct 4, 2024
1 parent 2b73eb1 commit df1ec92
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions packages/tx-submit-api/tx-submit-api-0.18.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: tx-submit-api
version: 0.18.0
description: HTTP transaction submission API gateway for interfacing with a local Cardano node
dependencies:
- cardano-node >= 9.1.0
installSteps:
- docker:
containerName: tx-submit-api
image: ghcr.io/blinklabs-io/tx-submit-api:0.18.0
env:
CARDANO_NETWORK: '{{ .Context.Network }}'
CARDANO_NODE_SOCKET_PATH: /ipc/node.socket
binds:
- '{{ .Paths.ContextDir }}/node-ipc:/ipc'
ports:
- "8090"
pullOnly: false
outputs:
- name: rest
description: Tx Submit API REST service
value: 'localhost:{{ index (index .Ports "tx-submit-api") "8090" }}'
tags:
- docker
- linux
- darwin
- amd64
- arm64

0 comments on commit df1ec92

Please sign in to comment.