This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# NB Requires imagemagick installed | |
# Font to use | |
FONT="Lato-Black" | |
# Background colours | |
colours=("red" "green" "blue" "peru" "orange" "firebrick2" "PaleVioletRed" "brown4" "purple4" "violet" "DeepPink4" "orchid2" "orchid4" "MediumPurple4" "navy" "RoyalBlue3" "DodgerBlue2" "SpringGreen3" "SeaGreen" "DarkOliveGreen" "gold3" "SaddleBrown") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ monetd config contract $(monetcli poa whitelist 2> /dev/null | jq -r '.[] | "\(.moniker)=\(.address)"') |