Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EPIC] rusk binary: Add cargo install method #2466

Open
2 tasks
Daksh14 opened this issue Sep 23, 2024 · 0 comments
Open
2 tasks

[EPIC] rusk binary: Add cargo install method #2466

Daksh14 opened this issue Sep 23, 2024 · 0 comments

Comments

@Daksh14
Copy link
Contributor

Daksh14 commented Sep 23, 2024

What we want to do

  1. Being able to compile latest released rusk on the machine which has rust installed, using cargo install rusk subcommand
  2. The build scripts (build.rs) which are invoked before the building process which will setup configuration file, consensus keys and rusk-wallet cache in ~/.config/rusk
  3. Run the node with rusk command and rusk wallet to access the wallet
  4. We can update the binary to the latest release by running cargo install rusk again or you can use cargo-update subcommand

This is the most secure way of running a node on your system because we're not running a third party shell script which is downloading a binary from a URL and creating a service around it!!!

Issues that need to be completed before

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant