Skip to content

Instantly share code, notes, and snippets.

{
"name": "Ciro, il pool alonzo blue made in Naples",
"description": "Chi Cirooo???? Nooo Ciroooo, Ciro noooo!!!!",
"ticker": "CIRO",
"homepage": "https://twitter.com/CryptoJoe101"
}
@nemo83
nemo83 / gist:8977878f7cd1825e51b1ae9ca98fe606
Created May 25, 2021 15:53
English Auction - Cardano Smart Contract
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveAnyClass #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeApplications #-}
@nemo83
nemo83 / africaTestnetMetadata.json
Created May 4, 2021 11:15
Testnet metadata file for Afric pool
{
"name": "Viva l'Africa!",
"description": "Cardano Testnet Pool for Africa",
"ticker": "AFRIC",
"homepage": "https://twitter.com/CryptoJoe101"
}
@nemo83
nemo83 / gist:fbfb5064b65cce81574c80243caf2835
Last active March 18, 2021 21:51
txMetadataExample.json
[
{
"0": "AGREEMENT",
"1": "This is an agreement between Gio and the ABC Team",
"2": "I Gio the SPO commit to blablabla",
"3": "Every first of the month I will transfer bla blabla"
},
{
"0": "PAYMENT June 2021",
"1": "This is a receipt for Rewards Payment for the month of May 2021",
@nemo83
nemo83 / cardanoEasyStakingPoolMetadata.json
Last active March 14, 2021 21:57
Easy Staking Cardano Manifest
{
"name": "Easy Staking Pool",
"description": "Staking ADA has never been so easy",
"ticker": "EASY1",
"homepage": "http://easystaking.org/"
}
{
"name": "Crypto Joe Stake pool TWO - Testnet",
"description": "Crypto Joe Cardano testnet Pool",
"ticker": "JOE_2",
"homepage": "https://twitter.com/CryptoJoe101"
}
{
"name": "joe1",
"description": "Crypto Joe Cardano testnet Pool",
"ticker": "JOE_1",
"homepage": "https://twitter.com/CryptoJoe101"
}
{
"name":"Speedwing",
"description":"Crypto Joe's Cardano Mainnet Pool",
"ticker":"SPEED",
"homepage":"https://www.speedwing.online"
}
@nemo83
nemo83 / cardanoTestnetPoolMetadata.json
Last active October 26, 2020 13:54
CryptoJoe Cardano testnet staking node metadata
{
"name": "CryptoJoeTestnetPool",
"description": "Crypto Joe Cardano testnet Pool",
"ticker": "TST_1",
"homepage": "https://cryptojoe.online"
}
---
apiVersion: v1
kind: Service
metadata:
labels:
app: my-api-dark-canary
name: my-api-dark-canary
annotations:
getambassador.io/config: |
---