Skip to Content
Running the platformFrom the command line

Running the platform from the command line

If you have used the configuration wizard to create your config file, all you need to do is run the binary:

blockfrost-platform

If you are not using the configuration file, simply run as:

blockfrost-platform [OPTIONS] --network <NETWORK> \ --node-socket-path <NODE_SOCKET_PATH> \ --secret <SECRET> \ --reward-address <REWARD_ADDRESS>
💡

For the full list of the command line options, run blockfrost-platform --help.

Last updated on