Arch Linux support for Safe Vault?

I use Arch Linux, and I never had issues when they release ready to be tested code. Granted, there is no AUR PKG package maintainer right now.

I haven’t touched coding in the past few weeks due to work, and social life. But the normal routine I hae done in the past is…

sudo pacman -S rustup

rustup default nightly

rustup update

git clone https://github.com/maidsafe/safe_vault

cd safe_vault

cargo build

That should get you started.

However, do note that there is no code that has been released in past few weeks. You probably want go with mock routing for now.

1 Like