# Create a directory
mkdir codex-devnet && cd codex-devnet
# Install Codex
curl -s https://get.codex.storage/devnet/install.sh | bash
# Generate key
curl -s https://get.codex.storage/devnet/generate.sh | bash
# Run Codex
curl -s https://get.codex.storage/devnet/run.sh | bash