Skip to content

Instantly share code, notes, and snippets.

View AndrewWestberg's full-sized avatar

Andrew Westberg AndrewWestberg

  • NEWM, DripDropz, BCSH, Cardano Developer
  • Florida
  • 23:03 (UTC -04:00)
  • X @amw7
View GitHub Profile
@ilap
ilap / epoch_rewards.md
Last active February 9, 2023 14:43
Epoch Rewards

Zsh script

#!/usr/bin/env zsh
# 
# usage:
# epoch_rewards.sh {317..390}
# or
# epoch_rewards.sh 390
@rcmorano
rcmorano / 10-cardano-addresses
Last active March 1, 2022 01:05
cardano-addresses baids
#!/bin/bash
function cardano-address-init() {
WALLETS_DIR=${HOME}/.cardano/wallets
MNEMONICS_SIZE=24
}
function cardano-address-testnet-init() {