Skip to content

Instantly share code, notes, and snippets.

View KtorZ's full-sized avatar
🐛
Writing strongly typed bugs

Matthias Benkort KtorZ

🐛
Writing strongly typed bugs
View GitHub Profile
@KtorZ
KtorZ / ManagedDelegation.hs
Created April 14, 2022 22:31
A Plutus smart-validator "that allows one to stake & then send the interest to an address other than the principal’s address".
-- | ⚠️ IMPORTANT
--
-- This code is UNTESTED and UNLICENSED. Use at your own risk and do whatever
-- you want with it.
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeApplications #-}
module Plutus.ManagedDelegation where

Keybase proof

I hereby claim:

  • I am KtorZ on github.
  • I am ktorz (https://keybase.io/ktorz) on keybase.
  • I have a public key whose fingerprint is 6C30 0A01 1992 8700 FE31 8D54 1759 C133 A197 89F1

To claim this, I am signing this object:

@KtorZ
KtorZ / style.yaml
Last active October 21, 2022 15:38
Drop-in Github workflow for Haskell projects using stack.
name: Code Style
on:
pull_request:
branches: [ "master" ]
push:
branches: [ "master" ]
tags: [ "*.*.*" ]
jobs:
@KtorZ
KtorZ / Makefile
Last active August 18, 2020 06:09
A Makefile for toying around Haskell Program Coverage overlays and stack.
# Haskell Program Coverage - Makefile
#
# This Makefile contains a few top-level build commands for easily making
# code coverage reports using stack and hpc. It is typically used in two
# ways:
#
# a) Locally, to construct an coverage overlay template to purposely ignore
# some part of the source code in the coverage reports.
#
# b) In a continuous integration setup, to generate reports possibly using the
@KtorZ
KtorZ / learning-javascript.md
Last active May 20, 2021 09:47
Learning JavaScript