Blockfrost platform official installers
Linux
For Linux, paste the following into your shell prompt:
curl -fsSL \
https://github.com/blockfrost/blockfrost-platform/releases/latest/download/curl-bash-install.sh \
| bash
This script will download and install the latest version of the Blockfrost platform.
Manual installation
Alternatively, you can download pre-built binaries directly from the GitHub releases page .
After downloading, make the binary executable with chmod +x blockfrost-platform
and move it to your preferred location.
Last updated on