Skip to content

Instantly share code, notes, and snippets.

@SViksha
SViksha / cardano_shelley_staking_node_setup_guide.md
Last active December 13, 2019 03:58
Cardano Shelley Node Setup Guide 4newbs (v0.8.0)

This gist has been deprecated

Use this instead: https://github.com/Chris-Graffagnino/Jormungandr-for-Newbs

Setup Cardano Shelley staking node (Ubuntu 18.04)

-- DISCLAIMER: This guide is for educational purposes only. Do not use in production with real funds.
-- DISCLAIMER: By using this guide, you assume sole risk and waive any claims of liability against the author.

@SViksha
SViksha / Playground.hs
Created April 27, 2019 20:19
Plutus Playground Smart Contract
-- | Crowdfunding contract implemented using the [[Plutus]] interface.
-- This is the fully parallel version that collects all contributions
-- in a single transaction.
--
-- Note [Transactions in the crowdfunding campaign] explains the structure of
-- this contract on the blockchain.
import qualified Language.PlutusTx as PlutusTx
import qualified Ledger.Interval as Interval
import Ledger.Slot (SlotRange)
import qualified Ledger.Slot as Slot