charms 13.0.0

Programmable assets on Bitcoin and beyond
Documentation
1
2
3
4
5
FROM ubuntu
RUN apt-get update && apt-get install -y curl
COPY ./bin/charms        /usr/local/bin/
COPY ./bin/charms-prover /usr/local/bin/
CMD ["charms-prover", "server"]