Home

Awesome

homebrew-raiden

Homebrew Tap for Raiden

Important note: reporting issues with any of these brews should be done at their respective repositories (Raiden).

Installation

$ brew tap raiden-network/raiden
$ brew install raiden

Running

You should now be able to run the raiden network by using the following:

$ raiden

Important note when using --successful

If you get an error looking like this:

==> Cloning https://github.com/raiden-network/raiden.git
Updating /Library/Caches/Homebrew/raiden--git
fatal: reference is not a tree: <latest commit hash>
Error: Failed to download resource "raiden"
Failure while executing: git checkout -q -f

Try to delete the cache with rm -rf /Library/Caches/Homebrew/raiden-git

Upgrading

brew update && brew upgrade

Versions

List available versions with:

ls -l /usr/local/Cellar/raiden

If you have other versions installed, you can switch with:

brew switch raiden <version>

Or follow this StackOverflow answer

These brews can be installed via the raw GitHub URLs, or by cloning this repository locally with brew tap raiden-network/raiden. You can also install binary bottles directly with brew install <bottle_url>.

Troubleshooting