diff --git a/.stripe_keys_backup b/.stripe_keys_backup new file mode 100644 index 0000000..92c235c --- /dev/null +++ b/.stripe_keys_backup @@ -0,0 +1,11 @@ +# STRIPE KEYS - NEVER DELETE - BACKUP IN MULTIPLE LOCATIONS +# Saved: 2025-12-23 +# Location: ~/.stripe_keys (PRIMARY) +# Backup: This file is backed up to git-ignored locations + +STRIPE_PUBLISHABLE_KEY=pk_live_51SUDM8ChUUSEbzyhIu7ofNQ3N5gfYPrvbxorkwrN6NFKBybvtld3zFXtrtaN4hhotknZInQelxB6wZXadhXsllRy00UFG9dL9C +STRIPE_SECRET_KEY=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 +STRIPE_RESTRICTED_KEY=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 + +# NEVER COMMIT THIS FILE TO GIT +# ALWAYS KEEP BACKUPS IN SECURE LOCATIONS diff --git a/crypto-holdings.yaml b/crypto-holdings.yaml new file mode 100644 index 0000000..b16ffd5 --- /dev/null +++ b/crypto-holdings.yaml @@ -0,0 +1,32 @@ +# BlackRoad OS - Crypto Holdings +# Owner: Alexa Amundson +# Last Updated: 2025-12-02 + +holdings: + ethereum: + address: "0xABC..." # UPDATE with full address + amount: 2.5 + token: ETH + wallet: "MetaMask on iPhone" + + solana: + address: "ABC..." # UPDATE with full address + amount: 100 + token: SOL + wallet: "Phantom" + + bitcoin: + address: "bc1..." # UPDATE with full address + amount: 0.1 + token: BTC + exchange: "Coinbase" + +# To get current USD value, check: +# - ETH: https://coinmarketcap.com/currencies/ethereum/ +# - SOL: https://coinmarketcap.com/currencies/solana/ +# - BTC: https://coinmarketcap.com/currencies/bitcoin/ + +notes: + - MetaMask is on iPhone, not Chrome desktop + - Phantom wallet for Solana + - BTC held on Coinbase exchange diff --git a/iphone-koder/Lucidia/__pycache__/setup.cpython-314.pyc b/iphone-koder/Lucidia/__pycache__/setup.cpython-314.pyc new file mode 100644 index 0000000..0ff05cc Binary files /dev/null and b/iphone-koder/Lucidia/__pycache__/setup.cpython-314.pyc differ diff --git a/iphone-koder/Lucidia/lucidia/__pycache__/__init__.cpython-314.pyc b/iphone-koder/Lucidia/lucidia/__pycache__/__init__.cpython-314.pyc new file mode 100644 index 0000000..ed8cefe Binary files /dev/null and b/iphone-koder/Lucidia/lucidia/__pycache__/__init__.cpython-314.pyc differ diff --git a/iphone-koder/Lucidia/lucidia/__pycache__/main_view.cpython-314.pyc b/iphone-koder/Lucidia/lucidia/__pycache__/main_view.cpython-314.pyc new file mode 100644 index 0000000..989cf8b Binary files /dev/null and b/iphone-koder/Lucidia/lucidia/__pycache__/main_view.cpython-314.pyc differ diff --git a/iphone-koder/__pycache__/symbolic_kernel.cpython-314.pyc b/iphone-koder/__pycache__/symbolic_kernel.cpython-314.pyc new file mode 100644 index 0000000..84f2355 Binary files /dev/null and b/iphone-koder/__pycache__/symbolic_kernel.cpython-314.pyc differ diff --git a/iphone-koder/crypto/crypto_summary.pdf b/iphone-koder/crypto/crypto_summary.pdf new file mode 100644 index 0000000..07867d1 Binary files /dev/null and b/iphone-koder/crypto/crypto_summary.pdf differ diff --git a/iphone-koder/crypto/crypto_summary_2.pdf b/iphone-koder/crypto/crypto_summary_2.pdf new file mode 100644 index 0000000..07867d1 Binary files /dev/null and b/iphone-koder/crypto/crypto_summary_2.pdf differ diff --git a/iphone-koder/crypto/cryptodict.pdf b/iphone-koder/crypto/cryptodict.pdf new file mode 100644 index 0000000..b1dae60 Binary files /dev/null and b/iphone-koder/crypto/cryptodict.pdf differ