Skip to content

Instantly share code, notes, and snippets.

@bwbush
bwbush / marlowe-python-example.ipynb
Last active May 24, 2023 02:06
Using Marlowe REST API from Python without other Cardano tools
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bwbush
bwbush / comparison.ipynb
Last active May 19, 2023 02:29
Comparison of Marlowe Validator Costs: Production vs Recent Plutus Master
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bwbush
bwbush / marlowe-burn.md
Last active May 14, 2023 18:16
How to Burn Role Tokens Minted by Marlowe Runtime

How to Burn Role Tokens Minted by Marlowe Runtime

Open a Marlowe development shell

$ nix develop github:input-output-hk/marlowe-cardano
warning: Using saved setting for 'allow-import-from-derivation = true' from ~/.local/share/nix/trusted-settings.json.
@bwbush
bwbush / contract.png
Last active May 9, 2023 03:15
Conducting a Raffle Using Marlowe
contract.png
@bwbush
bwbush / dynamic-token-swap.dot
Last active April 5, 2023 13:15
Dynamic Token Swap with Marlowe and Plutus
digraph dynamicTokenSwap {
graph [
label = <<b>Dynamic Token Swap</b>>
rankdir = LR
]
node [
shape = record
style = filled

openpgp4fpr:3C7D9DA6F609D100E7E9125AA963F1B2BD1EE51C

@bwbush
bwbush / trezor-keys.ipynb
Created October 16, 2022 04:34
Deriving Trezor Keys from Seed Phrase and Extra Password
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bwbush
bwbush / marlowe-mainnet-reference-script.ipynb
Created September 28, 2022 02:09
First use of reference scripts in Marlowe on mainnet
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bwbush
bwbush / close-create-failure.ipynb
Created September 13, 2022 20:06
Demonstration that one cannot close a Marlowe contract while opening another in the same transaction.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bwbush
bwbush / reference-script.ipynb
Created September 12, 2022 17:40
Marlowe Reference Script Example
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.