Skip to content

Instantly share code, notes, and snippets.

View jamu85's full-sized avatar

jamu85 jamu85

  • catdev
  • Tokio
  • 14:48 (UTC -12:00)
View GitHub Profile
{
"name": "ENTEST Pool",
"description": "Cardano stakepool testnet from ENVOLABS",
"ticker": "ENTEST",
"homepage": "https://google.com"
}
{
"name": "Envolabs Pool",
"description": "Envolabs Cardano stakepool",
"ticker": "ENVO",
"homepage": "https://envolabs.io"
}
@jamu85
jamu85 / use-daedalus-socket-cardano-cli.sh
Created June 18, 2021 17:49 — forked from ilyar/use-daedalus-socket-cardano-cli.sh
Use Daedalus socket for cardano-cli for Mainnet or Testnet the Cardano
#!/usr/bin/env bash
# Install cardano-cli or use docker https://gist.github.com/ilyar/bf4c2346be1a74c50e488181986808fb
#
# Linux https://hydra.iohk.io/job/Cardano/cardano-node/cardano-node-linux/latest-finished
# Win64 https://hydra.iohk.io/job/Cardano/cardano-node/cardano-node-win64/latest-finished
# Macos https://hydra.iohk.io/job/Cardano/cardano-node/cardano-node-macos/latest-finished
# Extcact only cardano-cli into /usr/local/bin/cardano-cli
# Check
cardano-cli --version
@jamu85
jamu85 / minting-native-tokens-on-cardano.sh
Created June 18, 2021 17:10 — forked from ElGatoLoco/minting-native-tokens-on-cardano.sh
Mint native tokens on Cardano testnet using the node and cli that come with Daedalus
# This guide assumes that you're running MacOS and already have a fully synced Daedalus testnet wallet
# For mainnet some minor tweaks are required
# The line below assumes the default location for the testnet wallet at the time of writing this guide
# If your node socket is located somewhere else, you should be able to finding by inspecting the running processes on your machine
export CARDANO_NODE_SOCKET_PATH=~/Library/Application\ Support/Daedalus\ Testnet/cardano-node.socket
# Make testnet id available as environment variable; not needed for the mainnet
# This one is active at the time of writing this guide
export TESTNET_ID=1097911063