Skip to content

Instantly share code, notes, and snippets.

View obdura's full-sized avatar
🚀
Working!

Seba obdura

🚀
Working!
  • Santiago, Chile
View GitHub Profile

1. Uninstall current python3 installation

 sudo apt purge python3*

2. Install Python3.7

From here

@obdura
obdura / .env
Last active December 28, 2024 23:50
Setup a hardhat node on a container using docker compose
# Set the seed mnemonic phrase
SEED_MNEMONIC_CODE="test test test test test test test test test test test lizard"
# Set the wallet key identifier
HD_WALLET_KEY_IDENTIFIER="m/44'/60'/0'/0"
# Set the amount of default accounts
ACCOUNTS_COUNT=5