ZCB using the Marlowe Runtime command line client

preview_player
Показать описание
In this video, Brian Bush, Software Engineer for Marlowe, demonstrates how to run a Zero-Coupon Bond smart contract using Marlowe Runtime command-line tooling.

Disclaimer: This video is for informational purposes only. Nothing in this video is intended to be professional advice, including without limitation, financial, investment, legal or tax advice. Input Output Global is not responsible for your use of or reliance on any information in this video. It is up to you to do your own research.

Resources:
Marlowe Starter Kit GitHub repository:

Рекомендации по теме
Комментарии
Автор

I run code "marlowe-cli run initialize \
--permanently-without-staking \
--contract-file zcb-contract.json \
--state-file zcb-state.json \
--out-file zcb-marlowe.json"
and I have error "marlowe-cli: MuxError MuxBearerClosed "<socket: 11> closed when reading data, waiting on next header True"
". How to fix that ?

hieptran